Mention some other platforms in the README.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4553 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-10-20 00:25:51 +00:00
parent cd9050f61f
commit 996996e609

View File

@ -15,8 +15,9 @@ Scuttlebutt, as well as a platform for writing and running web applications.
are kept up to date in the tree. are kept up to date in the tree.
2. To build, run `make debug` or `make release`. An executable will be 2. To build, run `make debug` or `make release`. An executable will be
generated in a subdirectory of `out/`. generated in a subdirectory of `out/`.
3. `make windebug` or `make winrelease` will generate a windows executable 3. It's possible to build for Android, iOS, and Windows on Linux, if you have
which might work. the right dependencies in the right places. `make windebug winrelease
iosdebug-ipa iosrelease-ipa apk`.
4. To build in docker, `docker build .`. 4. To build in docker, `docker build .`.
## Running ## Running