TIC-80-guile/README.md

39 lines
1.2 KiB
Markdown
Raw Normal View History

2017-09-29 08:49:41 +02:00
# TIC-80 issues tracker and wiki
2017-09-03 09:53:27 +02:00
[Discord chat](https://discord.gg/DkD73dP)
2017-03-08 18:55:01 +01:00
2017-09-03 09:53:27 +02:00
This is the official issues tracker of <https://tic.computer>. If you are experiencing a bug or would like to see a new feature [browse existing issues](https://github.com/nesbox/tic.computer/issues) or [create a new one](https://github.com/nesbox/tic.computer/issues/new).
2016-07-04 10:59:50 +02:00
2017-03-09 11:22:35 +01:00
Documentation is available in the [wiki](https://github.com/nesbox/tic.computer/wiki).
2017-03-08 18:55:01 +01:00
2017-02-24 21:59:51 +01:00
Thanks!
2017-09-26 20:38:04 +02:00
2017-10-13 08:51:35 +02:00
# Build instructions
2017-09-29 08:49:41 +02:00
## Windows
### with Visual Studio 2015
2017-09-26 20:38:04 +02:00
- install Visual Studio 2015
- install GIT
- run following commands in `cmd`
```
2017-09-29 08:49:41 +02:00
git clone https://github.com/nesbox/TIC-80
2017-09-26 20:38:04 +02:00
```
2017-09-29 08:49:41 +02:00
- open `TIC-80\build\windows\tic\tic.sln` and build
2017-09-26 20:38:04 +02:00
- enjoy :)
2017-09-29 08:49:41 +02:00
2017-10-13 08:51:35 +02:00
### with MinGW32
follow the instructions in the tutorial https://matheuslessarodrigues.github.io/tic80-build-tutorial/
made by [@matheuslessarodrigues](https://github.com/matheuslessarodrigues)
2017-09-29 08:49:41 +02:00
## Linux
run the following commands in the Terminal
```
2017-11-10 10:37:50 +01:00
sudo apt-get install git build-essential libgtk-3-dev libsdl2-dev lua5.3-dev zlib1g-dev
2017-09-29 08:49:41 +02:00
git clone https://github.com/nesbox/TIC-80
cd TIC-80
2017-11-08 15:08:12 +01:00
make linux
2017-09-29 08:49:41 +02:00
```
2017-10-13 10:21:21 +02:00
## iOS / tvOS
You can find iOS/tvOS version here https://github.com/CliffsDover/TIC-80