-
Notifications
You must be signed in to change notification settings - Fork 23
Building from sources
Pavel Balaev edited this page Nov 23, 2022
·
7 revisions
- $ git clone https://github.com/nemuTUI/nemu.git
- $ cd nemu
- $ git checkout release
- $ mkdir build
- $ cd build
- $ cmake ../ -D<option>=<ON\OFF>
- $ cmake --build .
Turned ON by default
Turned OFF by default
Additional build options
- Build with -DCMAKE_INSTALL_PREFIX=/usr
- $ make package
- # yum install <path_to_created_rpm>
# make install
# make uninstall