Guest User

Untitled

a guest
May 22nd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. hpp_compilation@hppcompilation-VirtualBox:/hpp/src$ sudo make all
  2.  
  3. if [ -d doxygen-Release_1_8_10 ]; then
  4. echo "doxygen-Release_1_8_10 already checkout out.";
  5. else
  6. wget -O - "https://github.com/doxygen/doxygen/archive/Release_1_8_10.tar.gz" | tar -xz;
  7. fi
  8. doxygen-Release_1_8_10 already checkout out.
  9. cd /src/doxygen-Release_1_8_10;
  10. mkdir -p build;
  11. cd /src/doxygen-Release_1_8_10/build;
  12. cmake -DCMAKE_INSTALL_PREFIX=/install -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="-g -O3 -DNDEBUG" -DCMAKE_BUILD_TYPE=Release ..
  13.  
  14. /bin/sh: 1: cd: can't cd to /src/doxygen-Release_1_8_10
  15.  
  16. /bin/sh: 3: cd: can't cd to /src/doxygen-Release_1_8_10/build
  17. CMake Error: The source directory "/hpp" does not appear to contain CMakeLists.txt.
  18. Specify --help for usage, or press the help button on the CMake GUI.
  19. make: *** [doxygen-Release_1_8_10.configure] Error 1
  20. hpp_compilation@hppcompilation-VirtualBox:/hpp/src$
Add Comment
Please, Sign In to add comment