Skip to content

Instantly share code, notes, and snippets.

@khrlimam
Created January 12, 2018 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khrlimam/559587ca43af80bf29fc728672809b7e to your computer and use it in GitHub Desktop.
Save khrlimam/559587ca43af80bf29fc728672809b7e to your computer and use it in GitHub Desktop.
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_CXX11=ON \
-DBUILD_PERF_TESTS=OFF \
-DWITH_XINE=ON \
-DBUILD_TESTS=OFF \
-DENABLE_PRECOMPILED_HEADERS=OFF \
-DCMAKE_SKIP_RPATH=ON \
-DBUILD_WITH_DEBUG_INFO=OFF \
-Wno-dev .. &&
make -j4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment