search_index.json 1.6 KB

123456789101112131415161718192021222324
  1. {
  2. "docs": [
  3. {
  4. "location": "/",
  5. "text": "Installation\n\n\nLuwra is a header-only library, which means that nothing has to be compiled in order to use it.\nSimply clone the \nrepository\n or\n\ndownload\n and extract it to a directory of\nyour preference.\n\n\nFor your application to be able to reach the \nlib/luwra.hpp\n header file, you must add\n\n/path/to/luwra/lib\n to the list of include paths. With Clang and GCC that is done using the\n\n-I/path/to/luwra/lib\n command-line parameter.\n\n\nNow you can simply \n#include <luwra.hpp>\n in your C++ files and start using Luwra.",
  6. "title": "Home"
  7. },
  8. {
  9. "location": "/#installation",
  10. "text": "Luwra is a header-only library, which means that nothing has to be compiled in order to use it.\nSimply clone the repository or download and extract it to a directory of\nyour preference. For your application to be able to reach the lib/luwra.hpp header file, you must add /path/to/luwra/lib to the list of include paths. With Clang and GCC that is done using the -I/path/to/luwra/lib command-line parameter. Now you can simply #include <luwra.hpp> in your C++ files and start using Luwra.",
  11. "title": "Installation"
  12. },
  13. {
  14. "location": "/usage/",
  15. "text": "Reference Manual\n\n\nA reference manual exists \nhere\n.",
  16. "title": "Usage"
  17. },
  18. {
  19. "location": "/usage/#reference-manual",
  20. "text": "A reference manual exists here .",
  21. "title": "Reference Manual"
  22. }
  23. ]
  24. }