14 lines
273 B
Markdown
14 lines
273 B
Markdown
|
A port of https://github.com/bjartwolf/ant to the high level language c
|
||
|
|
||
|
# Getting started
|
||
|
|
||
|
Install cc65 in WSL2
|
||
|
|
||
|
https://cc65.github.io/doc/intro.html
|
||
|
|
||
|
```
|
||
|
sudo apt-get install cc65
|
||
|
```
|
||
|
|
||
|
|
||
|
Not sure if I had a typo in my header or I have to import sudo apt-get install clang
|