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 *.swp
*.exe

View File

@ -19,15 +19,22 @@ For TIOS 5.3+
Press <kbd>Prgm</kbd> and select FSHA. you should now have the following: `PrgmFSHA` Press <kbd>Enter</kbd> Press <kbd>Prgm</kbd> and select FSHA. you should now have the following: `PrgmFSHA` Press <kbd>Enter</kbd>
## Building From Source ## 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 * Linux
1. Clone, make, and install spasm-ng <https://github.com/alberthdev/spasm-ng> 1. Clone, make, and install spasm-ng <https://github.com/alberthdev/spasm-ng>
2. Run the `build` script 2. Run the `build` script
``` ```
./build ./build
``` ```
* Windows
1. Download and build spasm-ng <https://github.com/alberthdev/spasm-ng>
2. Run `build.bat`
## Contributing ## Contributing
Please see `CONTRIBUTING.md` Please see `CONTRIBUTING.md` in the repository.
## Bug Reports ## 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> If you find an Issue or Bug, please let me know by making an Issue on Gitlab: <https://gitlab.com/stephentoth/fsh-shell>
@ -36,4 +43,4 @@ Please include:
2. What you were doing when the issue occurred. 2. What you were doing when the issue occurred.
3. Possible cause/fixes? (optional) 3. Possible cause/fixes? (optional)
Thank you! Thank you!

1
build.bat Normal file
View File

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