forked from alnux/repo
6 lines
88 B
Text
Executable file
6 lines
88 B
Text
Executable file
mkdir build
|
|
|
|
cmake -B build -G 'Unix Makefiles'
|
|
cd build
|
|
make
|
|
make DESTDIR="$1" install
|