Added build.bat and instructions for building on Windows

This commit is contained in:
Stephen Toth 2018-07-09 14:17:46 -04:00
parent 53e834dedd
commit 19a5357d41
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.swp
*.exe

View File

@ -19,6 +19,9 @@ For TIOS 5.3+
Press <kbd>Prgm</kbd> and select FSHA. you should now have the following: `PrgmFSHA` Press <kbd>Enter</kbd>
## Building From Source
The source code for this project is available at <https://gitlab.com/stephentoth/fsh-shell>
Download it from the link and then follow the instructions below for different operating systems.
* Linux
1. Clone, make, and install spasm-ng <https://github.com/alberthdev/spasm-ng>
2. Run the `build` script
@ -26,8 +29,12 @@ For TIOS 5.3+
./build
```
* Windows
1. Download and build spasm-ng <https://github.com/alberthdev/spasm-ng>
2. Run `build.bat`
## Contributing
Please see `CONTRIBUTING.md`
Please see `CONTRIBUTING.md` in the repository.
## Bug Reports
If you find an Issue or Bug, please let me know by making an Issue on Gitlab: <https://gitlab.com/stephentoth/fsh-shell>

1
build.bat Normal file
View File

@ -0,0 +1 @@
SPASM.exe -ETA "FSHa.asm" "bin\FSHa.8xp"