toaruos/util/docker/README.md
2021-05-31 10:54:11 +09:00

482 B

  1. Build the base image from the Dockerfile.
docker build .
  1. Run the docker image with -it bash.

  2. Clone the repository over https:

cd
git clone --recurse-submodules https://github.com/toaruos/misaka
cd misaka
util/build-toolchain.sh
cd util/build/binutils
while [[ -e confdir3/confdir3 ]]; do mv confdir3/confdir3 confdir3a; rmdir confdir3; mv confdir3a confdir3; done; rmdir confdir3
cd ../../..
mv local /root/gcc_local
cd /root
rm -rf misaka