.. | ||
Dockerfile | ||
README.md |
- Build the base image from the Dockerfile.
docker build .
-
Run the docker image with
-it bash
. -
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