mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 12:32:34 +02:00
Some stuff
This commit is contained in:
@@ -2,11 +2,9 @@ temp notes file (-andy5995)
|
||||
|
||||
# common options for Cmake prior to `make install`
|
||||
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
||||
|
||||
To see other install locations, use `cmake .. -LH`. In many cases, just
|
||||
using CMAKE_INSTALL_PREFIX will be sufficient
|
||||
cmake ..
|
||||
|
||||
To see other install locations, use `cmake .. -LH`.
|
||||
|
||||
# generating the man page
|
||||
|
||||
@@ -29,7 +27,7 @@ git grep -l 'original_text' | xargs sed -i 's/original_text/new_text/g'
|
||||
|
||||
mkdir install-build
|
||||
cd install-build
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWANT_INSTALL_DATA=ON
|
||||
cmake ..
|
||||
make -j? (where ? is the number of CPU cores)
|
||||
make install DESTDIR=$PWD/install-test
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
zetaglest (0.8.02) unstable; urgency=low
|
||||
Zetaglest 1.0
|
||||
|
||||
* First release of zetaglest after being forked from megaglest
|
||||
* First release of Zetaglest after being forked from Megaglest
|
||||
|
||||
-- Andy Alt <andy400-dev@yahoo.com> 15.09.2018 2018/09/15 12:44:46
|
||||
|
@@ -2,7 +2,7 @@
|
||||
# Splitting the path into two lines would make the example even more
|
||||
# unreadable.
|
||||
manpage-has-errors-from-man
|
||||
# The icon is provided by megaglest-data now
|
||||
# The icon is provided by zetaglest-data now
|
||||
menu-icon-missing
|
||||
# This script does not need to be executable.
|
||||
script-not-executable
|
Reference in New Issue
Block a user