summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-05-24 16:40:53 -0400
committerIan Moffett <ian@osmora.org>2025-05-24 16:42:10 -0400
commit7f52818ebf05f056eb31cdcb09fbc564a4ece6c4 (patch)
tree0f617a3a391e6ba232a967c887cd6e8bfe54a258 /README.md
parent06260dd6aeedc5c4ab0d42215fc38ab459365ce3 (diff)
project: Build Hyra with ./hyra-install.sh
- Deprecate *direct* use of 'make' for building world - Add hyra-build.sh to replace direct use of 'make' - Remove make vars that will no longer be used - Update workflow script for GitHub mirror - Add install media detection define (_INSTALL_MEDIA) - Add install media detection logs - Update build instructions within README.md Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index e220695..99d879d 100644
--- a/README.md
+++ b/README.md
@@ -17,16 +17,15 @@ Next, to configure for x86_64 just run configure:
`./configure`
-Now you'll need to build the cross compiler by running:
+After running the configure script, you can now actually build Hyra:
-`make cross`
+`./hyra-build.sh`
-This may take awhile so just sit back, relax and do something else like... well I'm not you so
-I don't know what you like.
+This will create two ISO files:
-After the cross compiler is done building you can build and run the project in a virtual machine:
+`Hyra.iso Hyra-install.iso`
-`make; make run`
+As of now, you should ignore the second file (`Hyra-install.iso`)
Documentation:
--------------