Files
Nuake/docs/General/building.rst
Antoine Pilote cc0fe501ba Added docs
2021-06-13 18:02:53 -04:00

15 lines
647 B
ReStructuredText

How to build
==================
Building Nuake is currently the only supported way to get Nuake.
This means that you will need to build the projects file, build, then launch the project.
The following step should help you get Nuake running on your computer:
#. Clone the git repo and the submodules recursivly.
This can be done using the following command::
git clone --recurse-submodules https://github.com/antopilo/Nuake.git
#. Launch the cmd file called `generate.bat`.
This should generate a visual studio solution for you.
#. Build the project, everything should build in the right order and launch the editor.