summaryrefslogtreecommitdiffstats
path: root/compile.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed windows hack in Compile.sh (#4834)Azurethi2020-08-261-1/+2
| | | the exit command causes the entire shell to close before the user can read the message. Clear added to get rid of console spam from not windows cmds
* Show correct paths in compile scriptMat2020-02-181-8/+3
|
* Update submodule's url in compile (#4204)Zach DeCook2018-04-021-0/+1
| | | | | People who had checkout out the code earlier will find this script not working. (jsoncpp commit hash not found).
* Updated compile.sh script (#4009)Bond-0092017-09-131-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
* compile.sh update. Fixed -d and -n, intelligent thread choice (#3960)Safwat Halaby2017-08-251-27/+61
| | | | | | | | * compile.sh update. Fixed -d and -n, intelligent thread choice * Remove stray comment - Squashme * squashMe
* Choose # of threads based on system info (#3644)Bond-0092017-06-161-2/+8
|
* Updated links and docs (#3488)mathiascode2016-12-191-2/+2
|
* compile.sh rewrite. Commandline arguments and more. (#3255)LogicParrot2016-08-041-130/+363
|
* Shallow clone to the correct branchMingye Wang (Arthur2e5)2016-03-161-1/+1
| | | | | Shallow clones are faster, and we always want the correct branch to be cloned..
* Sanity check (quoting, etc.) for compile.shMingye Wang (Arthur2e5)2016-03-161-18/+21
|
* compile: some portability-related tweaksMingye Wang (Arthur2e5)2016-03-161-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.
* Remove nproc to allow BSD compilationLogicParrot2016-02-081-1/+1
|
* compile.sh - posix-compatible program existence checkingLogicParrot2016-01-291-1/+1
|
* compile.sh - 70 columns print limitLogicParrot2016-01-131-35/+42
|
* compile.sh - added updating noteLogicParrot2016-01-131-0/+3
|
* Made compile.sh more genericLogicParrot2016-01-121-26/+52
| | | | kk
* Put the entire compile.sh script in a code block for securityBenjamin Mintz2015-12-111-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
* compile.sh is now sh-compatible. (Unix, etc.)Safwat Halaby2015-11-211-31/+29
|
* compile.sh - Automatically choose master branchSafwat Halaby2015-11-211-0/+11
|
* Fix compile.sh console commit version, see #2493Safwat Halaby2015-09-261-3/+3
|
* Compile.sh namechange to cuberiteSafwat Halaby2015-09-251-4/+8
|
* Updated compile.shJulian Laubstein2015-08-161-19/+16
|
* Removed the MakeLuaAPI script.Mattes D2015-06-301-1/+1
| | | | It has been superseded by feeding commands to the server directly via stdin.
* Removed stray "exit" from compile.shSafwatHalaby2015-05-281-1/+0
|
* Easy compile scriptSafwatHalaby2015-05-241-0/+199