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