BizHawk/waterbox/libcxx
Morilli 1231d44afc Update llvm to latest point release 2024-09-24 15:57:14 +02:00
..
.gitignore Revamp waterbox build environment and runtime. (#2027) 2020-05-20 15:34:24 -04:00
configure-for-waterbox-phase-- Bump libcxx to 18.1.3 2024-04-14 19:01:34 -07:00
configure-for-waterbox-phase-0 Revamp Waterbox Setup (#3529) 2023-03-28 16:53:33 -07:00
configure-for-waterbox-phase-1 Bump libcxx to 18.1.3 2024-04-14 19:01:34 -07:00
configure-for-waterbox-phase-2 Bump libcxx to 18.1.3 2024-04-14 19:01:34 -07:00
do-everything.sh Revamp Waterbox Setup (#3529) 2023-03-28 16:53:33 -07:00
readme.txt remove llvm-project submodule 2024-05-27 06:39:21 +02:00
setup-llvm.sh Update llvm to latest point release 2024-09-24 15:57:14 +02:00

readme.txt

Building and installing libcxx:

1. Run ./do-everything.sh
	* This will initialize and/or update the llvm-project build dependency (see setup-llvm.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.