File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ mozart2-release$ cmake -DCMAKE_BUILD_TYPE=Release [OtherOptions...] ../../mozart
138
138
On distros like Arch Linux and Nixos, Boost static libraries have been removed.
139
139
Please add ` -DMOZART_BOOST_USE_STATIC_LIBS=OFF ` to your cmake command.
140
140
141
- Here is a complete Nixos example cmake command to build Mozart2:
142
- ` cmake -DCMAKE_BUILD_TYPE=Release -DGTEST_SRC_DIR=../../externals/gtest -DGTEST_BUILD_DIR=../gtest-debug -DLLVM_SRC_DIR=~/. nix-profile/include/llvm -DLLVM_BUILD_DIR=~/.nix-profile/ -DCLANG_BUILD_DIR=~/.nix-profile/include -DCLANG_SRC_DIR=~/.nix-profile/ -DMOZART_BOOST_USE_STATIC_LIBS=OFF -DBOOST_INCLUDEDIR=~/.nix-profile/include -DBOOST_LIBRARYDIR=~/.nix-profile/lib -DMOZART_GENERATOR_FLAGS="-I/home/stewart/.nix-profile/include/c++/4.7.3;-I/home/stewart/.nix-profile/include/c++/4.7.3/x86_64-unknown-linux-gnu;-I/home/stewart/.nix-profile/include" -DCMAKE_INSTALL_PREFIX=~/oz ../../mozart2 `
141
+ Here is a NixOS expression to install the Mozart2 binary :
142
+ ` nix-env -i mozart-binary `
143
143
144
144
The options must be given with the form ` -DOPTION=Value ` . The table below
145
145
lists the options you need.
You can’t perform that action at this time.
0 commit comments