gavanw / vqisosmall

Voxel Quest Isometric Small (No Large Files)
MIT License
282 stars 44 forks source link

Linux Build #12

Open ryanleesipes opened 8 years ago

ryanleesipes commented 8 years ago

Considering it is open source, I think you could capture more contributors by supporting a Linux build.

gavanw commented 8 years ago

Yes, there are people working on Linux porting (at least, at some rate). I'll look into a few more issues myself when I get time (I noticed some recent commits kind of messed things up).

ryanleesipes commented 8 years ago

@gavanw I am very pleased with this answer :smile:

ristew commented 8 years ago

I got it to run on linux with the following steps

  1. clone the repo, extract resources
  2. put the lzz binary from http://www.lazycplusplus.com/download.html into the main directory
  3. remove the VoxelQuest folder
  4. cmake .
  5. make
  6. create a folder (I call it "game" but it doesn't matter) and put the VoxelQuest executable there
  7. move into the folder, and play the game!
OKNoah commented 6 years ago

@ristew's steps worked for me on macOS with these additional steps before doing cmake .

This requires homebrew be installed.

brew install cmake
brew install GLEW
brew install SFML

It also seems necessary to run the game from the terminal ./VoxelQuest rather than double-click it. And don't forget to get the data directory from this .rar: http://gavanw.itch.io/vqiso

gavanw commented 6 years ago

Cool, thanks for the info! The terminal run thing might be due to Apple's weird app-packaging, could be wrong though.

On Tue, Jan 9, 2018 at 12:51 PM, Noah notifications@github.com wrote:

@ristew https://github.com/ristew's steps worked for me on macOS with these additional steps before doing cmake .

This requires homebrew https://brew.sh be installed.

brew install cmake brew install GLEW brew install SFML

It also seems necessary to run the game from the terminal ./VoxelQuest rather than double-click it. And don't forget to get the data directory from this .rar: http://gavanw.itch.io/vqiso

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gavanw/vqisosmall/issues/12#issuecomment-356410152, or mute the thread https://github.com/notifications/unsubscribe-auth/AO5UohTVKIoe_3oJQGyHRN4rfL3V7cVtks5tI9FQgaJpZM4KNGmB .