Azurethi
d2de029c02
Fixed windows hack in Compile.sh ( #4834 )
...
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-08-26 10:42:51 +00:00
Mat
6e568e605e
Show correct paths in compile script
2020-02-18 16:04:43 +00:00
Zach DeCook
dac6736eff
Update submodule's url in compile ( #4204 )
...
People who had checkout out the code earlier will find this script not working.
(jsoncpp commit hash not found).
2018-04-02 18:44:17 +01:00
Bond-009
e24186bb13
Updated compile.sh script ( #4009 )
...
* 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-09-13 08:47:48 +01:00
Safwat Halaby
86d52c3e17
compile.sh update. Fixed -d and -n, intelligent thread choice ( #3960 )
...
* compile.sh update. Fixed -d and -n, intelligent thread choice
* Remove stray comment - Squashme
* squashMe
2017-08-25 13:38:03 +01:00
Bond-009
49e015b8de
Choose # of threads based on system info ( #3644 )
2017-06-16 14:06:48 +02:00
mathiascode
efc7fed05b
Updated links and docs ( #3488 )
2016-12-19 17:08:19 +01:00
LogicParrot
0263378acb
compile.sh rewrite. Commandline arguments and more. ( #3255 )
2016-08-04 18:37:47 +03:00
Mingye Wang (Arthur2e5)
8161d6f7f7
Shallow clone to the correct branch
...
Shallow clones are faster, and we always want the correct branch
to be cloned..
2016-03-15 22:01:29 -04:00
Mingye Wang (Arthur2e5)
d346ec2cf7
Sanity check (quoting, etc.) for compile.sh
2016-03-15 22:01:28 -04:00
Mingye Wang (Arthur2e5)
d2d7310909
compile: some portability-related tweaks
...
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-03-15 21:55:24 -04:00
LogicParrot
945d3f6343
Remove nproc to allow BSD compilation
2016-02-08 14:31:33 +02:00
LogicParrot
08b4363330
compile.sh - posix-compatible program existence checking
2016-01-29 18:57:21 +02:00
LogicParrot
0affb47c7d
compile.sh - 70 columns print limit
2016-01-13 12:12:39 +02:00
LogicParrot
847ee1ede2
compile.sh - added updating note
2016-01-13 08:48:48 +02:00
LogicParrot
c948e852c5
Made compile.sh more generic
...
kk
2016-01-12 19:04:28 +02:00
Benjamin Mintz
65c89f052b
Put the entire compile.sh script in a code block for security
...
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-12-10 18:06:16 -06:00
Safwat Halaby
37921990a2
compile.sh is now sh-compatible. (Unix, etc.)
2015-11-21 18:59:02 +02:00
Safwat Halaby
acedc7f6d1
compile.sh - Automatically choose master branch
2015-11-21 15:50:25 +02:00
Safwat Halaby
2378e2a22e
Fix compile.sh console commit version, see #2493
2015-09-26 08:47:51 +03:00
Safwat Halaby
f1270cb7a1
Compile.sh namechange to cuberite
2015-09-25 15:11:39 +03:00
Julian Laubstein
d06f7f19ce
Updated compile.sh
2015-08-16 22:41:31 +02:00
Mattes D
d646c81eb7
Removed the MakeLuaAPI script.
...
It has been superseded by feeding commands to the server directly via stdin.
2015-06-30 09:52:46 +02:00
SafwatHalaby
e6ba181bd4
Removed stray "exit" from compile.sh
2015-05-28 22:39:39 +03:00
SafwatHalaby
9a6fb60c85
Easy compile script
2015-05-24 13:48:15 +03:00