ravynsoft / ravynos

A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.
https://www.ravynos.com
Other
5.68k stars 192 forks source link

how to build ravynOS source to iso file? #404

Closed imgoby closed 11 months ago

imgoby commented 1 year ago

Could you give me some advice about how to build ravynOS source to iso file? I see the source,but I don't know how to have my own iso file.

servusdei2018 commented 1 year ago

@imgoby look inside the ISO folder. You can use build.sh.

mszoek commented 11 months ago

Also see the .cirrus.yml file in the root of the repository.

imgoby commented 11 months ago

thank you.