Skip to content
Snippets Groups Projects
Commit 8646deb0 authored by jravetch's avatar jravetch
Browse files

Add build Getting Started Section

Add Getting Started Section to build the binary from source.
parent 2bc5a63b
No related branches found
No related tags found
No related merge requests found
...@@ -22,3 +22,18 @@ Build ...@@ -22,3 +22,18 @@ Build
Pre-built binaries are included in the **bin** directory, but you can also build it yourself. All required libraries are included as git submodules. Pre-built binaries are included in the **bin** directory, but you can also build it yourself. All required libraries are included as git submodules.
It can build on Windows, Mac OS, or Linux using Make and other command line tools. On Windows, the build uses MinGW and gcc. It can build on Windows, Mac OS, or Linux using Make and other command line tools. On Windows, the build uses MinGW and gcc.
Getting Started
-----
In order to build the binary from source you need to run the following commands inside of the **server** directory:
`$ make submodules`
`$ make`
The compiled binary will be created in the same **server** directory
If you want to remove the compiled binary and source files run:
`$ make clean`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment