Skip to content
Snippets Groups Projects
Commit 98fbe9e7 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Merge pull request #27 from jravetch/master

Add Getting Started Section for building the fcserver bianry
parents 2bc5a63b 080eb08c
No related merge requests found
...@@ -22,3 +22,19 @@ Build ...@@ -22,3 +22,19 @@ 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