BizHawk/waterbox/libcxx
nattthebear 3a18f6356d Rebuild all of waterbox as sysvabi, not msabi
This helps linux at the expense of windows, except it seems like windows gets a nice little speed up as well
2020-07-03 18:21:48 -04:00
..
.gitignore Revamp waterbox build environment and runtime. (#2027) 2020-05-20 15:34:24 -04:00
configure-for-waterbox-phase-- Rebuild all of waterbox as sysvabi, not msabi 2020-07-03 18:21:48 -04:00
configure-for-waterbox-phase-0 Rebuild all of waterbox as sysvabi, not msabi 2020-07-03 18:21:48 -04:00
configure-for-waterbox-phase-1 Rebuild all of waterbox as sysvabi, not msabi 2020-07-03 18:21:48 -04:00
configure-for-waterbox-phase-2 Rebuild all of waterbox as sysvabi, not msabi 2020-07-03 18:21:48 -04:00
do-everything.sh remove cgc (step 1) 2020-06-20 00:48:42 -04:00
readme.txt Move llvm to submodule 2020-06-19 20:56:17 -04:00

readme.txt

Building and installing libcxx:

1. Check out the llvm-project submodule if you haven't already.
2. Come to this folder
3. Run ./do-everything.sh
	* This isn't resumable at all, so if it crashes or you're curious about the process,
	read its source and execute the commands individually.