Skip to content
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

Closed
spotanjo3 opened this issue Mar 15, 2019 · 6 comments
Closed

Building for macOS and pmake5 - problem! #50

spotanjo3 opened this issue Mar 15, 2019 · 6 comments

Comments

@spotanjo3
Copy link

  • Build: The latest of Avocado
  • OS: Mojave the latest version
  • Hardware: 2.6 GHz Intel Core i5, 8GB of RAM, and Intel Iris 1536mb

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 ?

@JaCzekanski
Copy link
Owner

JaCzekanski commented Mar 15, 2019

README assumed that you have premake5 installed in one of the directories contained in $PATH.

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

@spotanjo3
Copy link
Author

spotanjo3 commented Mar 15, 2019 via email

@JaCzekanski
Copy link
Owner

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 CMD + SHIFT + .

@spotanjo3
Copy link
Author

spotanjo3 commented Mar 15, 2019

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.

@JaCzekanski
Copy link
Owner

Right now Avocado does not store any data in User Profile. Use data/bios in project directory.

@spotanjo3
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants