From 9eecb38474240b6ebe94aa56f7fc7e9e90e832fc Mon Sep 17 00:00:00 2001 From: cy384 Date: Sun, 16 Feb 2025 16:53:42 -0500 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a701577..6562629 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ known problems build ----- -Uses Retro68 and cmake. +Uses [Retro68](https://github.com/autc04/Retro68/) (requires the Universal headers) and cmake. -Requires mbedtls, libssh2, and libvterm, see my (cy384's) ports of those libraries for details. There are now pulled in as submodules, and everything should get built with a single CMake build. +Requires mbedtls, libssh2, and libvterm, see my (cy384's) hackjobs of those libraries for details. These are now pulled in as submodules, and everything should get built with a single CMake build. -To build a fat binary, edit `build-ssheven.bash` with the path to your Retro68 build, and then run it. +The script `build-ssheven.bash` can be used to build a fat binary, or just as reference for build commands. license -------