Added build.bat and instructions for building on Windows
This commit is contained in:
parent
53e834dedd
commit
19a5357d41
|
|
@ -1 +1,2 @@
|
|||
*.swp
|
||||
*.exe
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue