ikemen-engine / Ikemen-GO

An open-source fighting game engine that supports MUGEN resources.
https://ikemen-engine.github.io
Other
711 stars 125 forks source link

Mac i'snt building #28

Closed eduardocezarinossp closed 5 years ago

eduardocezarinossp commented 5 years ago

I`ve done all steps:

brew install caskroom/cask/brew-cask
brew install git go
brew install openal-soft
git clone https://github.com/Windblade-GR01/Ikemen_GO
cd Ikemen_GO
./get.sh
./build.sh

, but when I run: ./Ikemen_GO.command: line 7: ./Ikemen_GO_mac: No such file or directory

Captura de Tela 2019-05-31 às 08 06 47
Windblade-GR01 commented 5 years ago

So I changed the build script directory. It seems that I forgot to update the mac steps, my fault.

The steps are:

brew install caskroom/cask/brew-cask
brew install git go
brew install openal-soft
git clone https://github.com/Windblade-GR01/Ikemen_GO
cd Ikemen_GO
cd build
./get.sh
./build.sh

Once you finish you should have got a new file called Ikemen_GO_mac inside the Ikemen_GO folder.

To run the engine you need a Mugen compatible screen pack. You can use this one: https://drive.google.com/uc?export=download&id=16p6rx_WXyJdqAHU3KPaArYc62lo4FJna Extract it in the Ikemen_GO folder.

EDIT: Seeing the build folder it seems that is the old build version... And it did build well! Try renaming the Ikemen_GO file to Ikemen_GO_mac.

EDIT 2: I updated the build instructions download the repo and try again. It should generate a bin folder with all the files with the correct names (Barring the screenpack)

Also I added a note with the download link of the screenpack in the build instructions.

eduardocezarinossp commented 5 years ago

It works, thanks...! But the screen isn`t getting full, u know how can i do it full screen size?

Windblade-GR01 commented 5 years ago

You need to set the resolution to your desktop one.