diff --git a/README.md b/README.md index b2472b2..7895082 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ First use GiteaPC to install to install the [command-line fxSDK tools](https://g At this stage the cross-compiler will be installed, but not the C++ library, because the C library is not yet available. So we continue by installing the [math library](https://git.planet-casio.com/Lephenixnoir/OpenLibm) and the [C library](https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc/), before reinstalling the GCC repo which will pick up where it left off and build the C++ standard library. ```bash -% giteapc install Lephenixnoir/OpenLibm Vhex-Kernel-Core/fxlibc Lephenixnoir/sh-elf-gcc +% giteapc install Lephenixnoir/OpenLibm Vhex-Kernel-Core/fxlibc +% giteapc install Lephenixnoir/sh-elf-gcc ``` Finally, we can install the gint kernel and any libraries we need such as [libprof](https://git.planet-casio.com/Lephenixnoir/libprof). Any repository with the `giteapc` tag ([list here](https://git.planet-casio.com/explore/repos?q=giteapc&topic=1) or with `giteapc list -r`) can be installed.