Update README.md
This commit is contained in:
parent
2a3a4aa159
commit
3e84af4413
17
README.md
17
README.md
|
@ -1,7 +1,15 @@
|
||||||
# Gemstone
|
|
||||||
|
|
||||||
Gemstone is a programming language compiler written in C based on flex and GNU bison.
|
<div align="center">
|
||||||
Is uses LLVM to produce optimized native binaries for many platforms.
|
<picture>
|
||||||
|
<img alt="gemstone logo" src="https://github.com/Servostar/gemstone/assets/72654954/fdb37c1b-81ca-4e6a-a9e9-c46effb12dae" width="75%">
|
||||||
|
</picture>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
## Gemstone
|
||||||
|
|
||||||
|
Gemstone is a programming language compiler (short: GSC) written in C based on flex and GNU bison.
|
||||||
|
Is uses LLVM to produce optimized native binaries for many platforms and uses its own builtin build system for more complex project management.
|
||||||
|
|
||||||
## Dependencies (build)
|
## Dependencies (build)
|
||||||
|
|
||||||
|
@ -10,11 +18,8 @@ Is uses LLVM to produce optimized native binaries for many platforms.
|
||||||
#### MSYS2
|
#### MSYS2
|
||||||
|
|
||||||
Install MSYS2 under Windows 11. Open the MingGW64 environment.
|
Install MSYS2 under Windows 11. Open the MingGW64 environment.
|
||||||
Requires:
|
|
||||||
Install the following packages:
|
Install the following packages:
|
||||||
- Microsoft Build Tools 2022 (includes: CMake, MSVC)
|
|
||||||
```
|
```
|
||||||
- WinFlexBison [find it here](https://github.com/lexxmark/winflexbison) (needs to be in PATH)
|
|
||||||
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-glib2 bison flex mingw-w64-x86_64-llvm cmake git make
|
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-glib2 bison flex mingw-w64-x86_64-llvm cmake git make
|
||||||
```
|
```
|
||||||
Clone the repository and build the gemstone compiler:
|
Clone the repository and build the gemstone compiler:
|
||||||
|
|
Loading…
Reference in New Issue