-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vxLibc - v1.0.0-rc0 : add README and fix typo
*add* > [project] | [README] add README file *update* > [script] | [uninstall] check `sysroot.txt` instead of `install_manifest.txt` | [uninstall] display sysroot information during validation step | [update] check `sysroot.txt` instead of `install_manifest.txt` | [update] display sysroot information during validation step *fix* > [scripts] | [install] fix typo | [uninstall] fix typo | [update] fix typo
- Loading branch information
1 parent
acc0d32
commit 8a6ccac
Showing
6 changed files
with
54 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# vxLibc | ||
|
||
This is a wrapper around the | ||
[fxlibc](https://gitea.planet-casio.com/Vhex-Kernel-Core/fxlibc) project | ||
which is the standard system C library implementation for all Casio fx | ||
calculators. | ||
|
||
## Installing | ||
|
||
You can use the `scripts/install.sh --help` to see manual installation of the | ||
project. But, since the compiler needed to build the `vxOpenLibm` is | ||
`sh-elf-vhex` which automatically installs this project, you theoretically do | ||
not need to do so. | ||
|
||
## README and Licensing | ||
|
||
See the original | ||
[REAME file](https://gitea.planet-casio.com/Vhex-Kernel-Core/fxlibc/src/branch/master/README.md) | ||
of the `fxlibc` project for further information. | ||
Note that `fxlibc` uses the `CC0 1.0 Universal License`, see | ||
[LICENSE](https://gitea.planet-casio.com/Vhex-Kernel-Core/fxlibc/src/branch/master/LICENSE) | ||
|
||
## Special thanks | ||
|
||
A big thanks to | ||
[Lephenixnoir](https://silent-tower.net/projects/) who ported most of the | ||
standard! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters