From 996996e609247f7d70097460d2dd43ffc50ce932 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Fri, 20 Oct 2023 00:25:51 +0000 Subject: [PATCH] Mention some other platforms in the README. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4553 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6540421..23d373e5 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ Scuttlebutt, as well as a platform for writing and running web applications. are kept up to date in the tree. 2. To build, run `make debug` or `make release`. An executable will be generated in a subdirectory of `out/`. -3. `make windebug` or `make winrelease` will generate a windows executable - which might work. +3. It's possible to build for Android, iOS, and Windows on Linux, if you have + the right dependencies in the right places. `make windebug winrelease + iosdebug-ipa iosrelease-ipa apk`. 4. To build in docker, `docker build .`. ## Running