summaryrefslogtreecommitdiffstats
path: root/compile.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-02Update submodule's url in compile (#4204)Zach DeCook1-0/+1
People who had checkout out the code earlier will find this script not working. (jsoncpp commit hash not found).
2017-09-13Updated compile.sh script (#4009)Bond-0091-47/+46
* Gets number of cpu threads on FreeBSD * Fixes an issue where the script would return an error when you chose no compile mode * Improves consistency * 'Fixes' a wording issue: cores != threads
2017-08-25compile.sh update. Fixed -d and -n, intelligent thread choice (#3960)Safwat Halaby1-27/+61
* compile.sh update. Fixed -d and -n, intelligent thread choice * Remove stray comment - Squashme * squashMe
2017-06-16Choose # of threads based on system info (#3644)Bond-0091-2/+8
2016-12-19Updated links and docs (#3488)mathiascode1-2/+2
2016-08-04compile.sh rewrite. Commandline arguments and more. (#3255)LogicParrot1-130/+363
2016-03-16Shallow clone to the correct branchMingye Wang (Arthur2e5)1-1/+1
Shallow clones are faster, and we always want the correct branch to be cloned..
2016-03-16Sanity check (quoting, etc.) for compile.shMingye Wang (Arthur2e5)1-18/+21
2016-03-16compile: some portability-related tweaksMingye Wang (Arthur2e5)1-25/+32
echo -n are not POSIX-sh-portable, so use printf. Neither are parentheses inside [ ]. Some of the usage are clearly better covered by `case`, so let's use it.
2016-02-08Remove nproc to allow BSD compilationLogicParrot1-1/+1
2016-01-29compile.sh - posix-compatible program existence checkingLogicParrot1-1/+1
2016-01-13compile.sh - 70 columns print limitLogicParrot1-35/+42
2016-01-13compile.sh - added updating noteLogicParrot1-0/+3
2016-01-12Made compile.sh more genericLogicParrot1-26/+52
kk
2015-12-11Put the entire compile.sh script in a code block for securityBenjamin Mintz1-0/+2
This makes sure that sh will error out if the connection is interrupted. See here: https://www.seancassidy.me/dont-pipe-to-your-shell.html
2015-11-21compile.sh is now sh-compatible. (Unix, etc.)Safwat Halaby1-31/+29
2015-11-21compile.sh - Automatically choose master branchSafwat Halaby1-0/+11
2015-09-26Fix compile.sh console commit version, see #2493Safwat Halaby1-3/+3
2015-09-25Compile.sh namechange to cuberiteSafwat Halaby1-4/+8
2015-08-16Updated compile.shJulian Laubstein1-19/+16
2015-06-30Removed the MakeLuaAPI script.Mattes D1-1/+1
It has been superseded by feeding commands to the server directly via stdin.
2015-05-28Removed stray "exit" from compile.shSafwatHalaby1-1/+0
2015-05-24Easy compile scriptSafwatHalaby1-0/+199