diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-01-06 23:39:21 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-01-06 23:39:21 +0000 |
commit | 4ed68f73dae9e7621d7d7512b5feb686e9440bb2 (patch) | |
tree | 9646293b25a5a49b517d776baccce7ddff52a293 /README | |
parent | c3ecdf5caf17825b047e4d8b5d979986cbe380b0 (diff) |
Tidy up stubs, make vstdlib a stub, build on Linux
Important note: it doesn't WORK on Linux, and there's tons of warnings
and stuff, but it's easier to work on when all the compiler output and
whatnot is there.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,7 @@ Hey! This README is for those looking to work on the code. For actual plugin -documentation, you'll want to look at the website, which doesn't exist yet, -or ask for help in the relevant speedrunning Discord, which does exist yet. +documentation, you'll want to look at the website, which currently exists in a +semi-temporary state at https://mikes.software.sst - or or ask for help in a +relevant speedrunning community. NOTE: Please read and understand LICENCE before redistributing this software! @@ -20,8 +21,9 @@ Linux: installed. - Run ./compile (in lieu of a better build tool, to be figured out later). -* NOTE: Linux builds currently fail; there's a bunch of code that needs to be - written. See also TODO/linux. +* NOTE: Linux builds currently produce a binary that most definitely does not + work, along with a whole host of warnings; there's a bunch of code that needs + to be written. See also TODO/linux. == How and where to install == |