-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building for macOS and pmake5 - problem! #50
Comments
README assumed that you have premake5 installed in one of the directories contained in $PATH. Simply download and unpack it:
You can move premake5 binary to PATH:
and then you'll be able to use it directly from terminal:
|
That's what I am thinking but the problem is that I do not know where is
/usr/local/bin.
…On Fri, Mar 15, 2019 at 8:42 AM Jakub Czekański ***@***.***> wrote:
Simply download and unpack it:
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-macosx.tar.gz
tar xzf premake-5.0.0-alpha13-macosx.tar.gz
./premake5 gmake
You can move premake5 binary to PATH:
mv premake5 /usr/local/bin
and then you'll be able to use it directly from terminal:
premake5 gmake
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APt98pn4QZuIBKrLtBcEZpMtI2K5bYQHks5vW5VDgaJpZM4b2YEv>
.
--
In Memory of Spot (FOREVER)
|
I don't understand what problems are you having. Simply execute the commands that I provided using Terminal.app usr and other system folders aren't visible through Finder unless you change Finder to show hidden files |
So sorry. I found it now. And I type this: pmake5 gmake and everything is working fine. Appreciated that. avocado.app doesn't have GUI at all. I will have to run it through Terminal I think. Your instruction isn't there about that. Now, where do I put bios ? I went to Finder and Go to Folder and find ~/Library/ and find Application supports but avocado is not in there with most emulators. |
Right now Avocado does not store any data in User Profile. Use data/bios in project directory. |
Thank you. |
I am trying to compile it for macOS but pmake5 is not found in terminal. I downloaded pmake5 but I dont know how to installed it through terminal at all.
Help ? I have experienced building emulators for macOS. This is totally different because of pmake5. Please help ?
The text was updated successfully, but these errors were encountered: