============= How-to Guides ============= How-to guides are goal-oriented. Use them to solve specific problems. Available How-tos ================= ========================= ======================================================= Guide Description ========================= ======================================================= :doc:`install` Build ``dseams_core.so`` and put it on ``LUA_CPATH`` :doc:`fennel` ``(require :dseams)`` and kebab-case wrappers :doc:`embed-lua` Load the module from a process that owns ``main`` :doc:`faq` Short answers :doc:`troubleshooting` Common failures and fixes ========================= ======================================================= Structure ========= Each how-to guide follows this structure: 1. Problem statement 2. Solution with code examples 3. See also links Getting Help ============ - :doc:`../tutorials/index` :: Learn from scratch - :doc:`../reference/lua` :: API documentation - :doc:`../explanation/index` :: Understand concepts