Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-26 | Fixed windows hack in Compile.sh (#4834) | Azurethi | 1 | -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 | |||||
2020-02-18 | Show correct paths in compile script | Mat | 1 | -8/+3 | |
2018-04-02 | Update submodule's url in compile (#4204) | Zach DeCook | 1 | -0/+1 | |
People who had checkout out the code earlier will find this script not working. (jsoncpp commit hash not found). | |||||
2017-09-13 | Updated compile.sh script (#4009) | Bond-009 | 1 | -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-25 | compile.sh update. Fixed -d and -n, intelligent thread choice (#3960) | Safwat Halaby | 1 | -27/+61 | |
* compile.sh update. Fixed -d and -n, intelligent thread choice * Remove stray comment - Squashme * squashMe | |||||
2017-06-16 | Choose # of threads based on system info (#3644) | Bond-009 | 1 | -2/+8 | |
2016-12-19 | Updated links and docs (#3488) | mathiascode | 1 | -2/+2 | |
2016-08-04 | compile.sh rewrite. Commandline arguments and more. (#3255) | LogicParrot | 1 | -130/+363 | |
2016-03-16 | Shallow clone to the correct branch | Mingye Wang (Arthur2e5) | 1 | -1/+1 | |
Shallow clones are faster, and we always want the correct branch to be cloned.. | |||||
2016-03-16 | Sanity check (quoting, etc.) for compile.sh | Mingye Wang (Arthur2e5) | 1 | -18/+21 | |
2016-03-16 | compile: some portability-related tweaks | Mingye 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-08 | Remove nproc to allow BSD compilation | LogicParrot | 1 | -1/+1 | |
2016-01-29 | compile.sh - posix-compatible program existence checking | LogicParrot | 1 | -1/+1 | |
2016-01-13 | compile.sh - 70 columns print limit | LogicParrot | 1 | -35/+42 | |
2016-01-13 | compile.sh - added updating note | LogicParrot | 1 | -0/+3 | |
2016-01-12 | Made compile.sh more generic | LogicParrot | 1 | -26/+52 | |
kk | |||||
2015-12-11 | Put the entire compile.sh script in a code block for security | Benjamin Mintz | 1 | -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-21 | compile.sh is now sh-compatible. (Unix, etc.) | Safwat Halaby | 1 | -31/+29 | |
2015-11-21 | compile.sh - Automatically choose master branch | Safwat Halaby | 1 | -0/+11 | |
2015-09-26 | Fix compile.sh console commit version, see #2493 | Safwat Halaby | 1 | -3/+3 | |
2015-09-25 | Compile.sh namechange to cuberite | Safwat Halaby | 1 | -4/+8 | |
2015-08-16 | Updated compile.sh | Julian Laubstein | 1 | -19/+16 | |
2015-06-30 | Removed the MakeLuaAPI script. | Mattes D | 1 | -1/+1 | |
It has been superseded by feeding commands to the server directly via stdin. | |||||
2015-05-28 | Removed stray "exit" from compile.sh | SafwatHalaby | 1 | -1/+0 | |
2015-05-24 | Easy compile script | SafwatHalaby | 1 | -0/+199 | |