Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. orangejuice94@victory:~/irc/anope-2.0.6-source$ ls
  2. cmake CMakeCache.txt CMakeFiles CMakeLists.txt Config Config.exe data docs extras include language modules README.md src
  3. orangejuice94@victory:~/irc/anope-2.0.6-source$ ./Config && cd build && make && make install
  4.  
  5. ___
  6. / _ \ http://www.anope.org
  7. | /_\ | _ __ _ _ _ _ ___
  8. | _ || '_ \/ _ \/ _ \ / _ \
  9. | | | || | | |_| |_| | __/
  10. |_| |_||_| |_\___/| _/ \___|
  11. | |
  12. |_| IRC Services
  13. 2.0.6
  14. This program will help you to compile your Services, and ask you
  15. questions regarding the compile-time settings of it during the
  16. process. For more options type ./Config --help
  17.  
  18. Anope is a set of Services for IRC networks that allows users to
  19. manage their nicks and channels in a secure and efficient way,
  20. and administrators to manage their network with powerful tools.
  21.  
  22. For all your Anope needs please visit our portal at www.anope.org
  23.  
  24. Beginning Services configuration.
  25.  
  26. In what directory should Anope be installed?
  27. [/home/orangejuice94/services]
  28.  
  29. Which group should all Services data files be owned by? (If Services
  30. should not force files to be owned by a particular group, just press
  31. Return.)
  32. []
  33.  
  34. What should the default umask for data files be (in octal)?
  35. (077 = only accessible by owner; 007 = accessible by owner and group)
  36. [077]
  37.  
  38. Would you like to build a debug version of Anope?
  39. [n] n
  40.  
  41. Do you want to build using precompiled headers? This can speed up
  42. the build, but uses more disk space.
  43. [n] n
  44.  
  45. Are there any extra include directories you wish to use?
  46. You may only need to do this if CMake is unable to locate
  47. missing dependencies without hints.
  48. Separate directories with semicolons.
  49. If you need no extra include directories, enter NONE in all caps.
  50. [] NONE
  51.  
  52. Are there any extra library directories you wish to use?
  53. You may only need to do this if CMake is unable to locate
  54. missing dependencies without hints.
  55. Separate directories with semicolons.
  56. If you need no extra library directories, enter NONE in all caps.
  57. [] NONE
  58.  
  59. Are there any extra arguments you wish to pass to CMake?
  60. If you need no extra arguments to CMake, enter NONE in all caps.
  61. [] NONE
  62.  
  63. Saving configuration results in config.cache... ./Config: 397: ./Config: cannot create ./config.cache: Permission denied
  64. done.
  65. mkdir: cannot create directory ‘build’: Permission denied
  66. ./Config: 88: cd: can't cd to build
  67. cmake -DINSTDIR:STRING=/home/orangejuice94/services -DDEFUMASK:STRING=077 -DCMAKE_BUILD_TYPE:STRING=RELEASE -DUSE_PCH:BOOLEAN=OFF ..
  68. CMake Error: The source directory "/home/orangejuice94/irc" does not appear to contain CMakeLists.txt.
  69. Specify --help for usage, or press the help button on the CMake GUI.
  70. You should fix these issues and then run ./Config -quick to rerun CMake.
  71. orangejuice94@victory:~/irc/anope-2.0.6-source$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement