BizHawk/waterbox/libcxx
Morilli c739a04aa1 remove llvm-project submodule
This does not remove the llvm dependency for waterbox, just the submodule. The script pulling and checking out llvm kind of conflicts with the submodule, and having it be a submodule is not necessary here anyways.
2024-05-27 06:39:21 +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 remove llvm-project submodule 2024-05-27 06:39:21 +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.