mirror of
https://github.com/glest/glest-source.git
synced 2025-07-31 05:30:15 +02:00
NOTES:add install notes
cc: @linux-player9 [skip ci]
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -107,3 +107,4 @@ unsuccessfulbuild
|
||||
#
|
||||
build
|
||||
local-build
|
||||
install-build
|
||||
|
@@ -23,3 +23,14 @@ ${HELP2MAN_OUT_PATH}${TARGET_NAME_MANPAGE} ${HELP2MAN_OUT_PATH}${TARGET_NAME}
|
||||
# Searcn and replace using 'git grep'
|
||||
|
||||
git grep -l 'original_text' | xargs sed -i 's/original_text/new_text/g'
|
||||
|
||||
|
||||
# installing to a temp directory, preparation for packaging
|
||||
|
||||
mkdir install-build
|
||||
cd install-build
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWANT_INSTALL_DATA=ON
|
||||
make -j? (where ? is the number of CPU cores)
|
||||
make install DESTDIR=$PWD/install-test
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user