Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fadecandy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Fadecandy
Commits
98fbe9e7
Commit
98fbe9e7
authored
11 years ago
by
Micah Elizabeth Scott
Browse files
Options
Downloads
Plain Diff
Merge pull request #27 from jravetch/master
Add Getting Started Section for building the fcserver bianry
parents
2bc5a63b
080eb08c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/README.md
+16
-0
16 additions, 0 deletions
server/README.md
with
16 additions
and
0 deletions
server/README.md
+
16
−
0
View file @
98fbe9e7
...
@@ -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`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment