Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 773 Bytes

macos.md

File metadata and controls

32 lines (23 loc) · 773 Bytes
  1. Gosu depends on the SDL 2 library. Install Homebrew and run:

    brew install sdl2

    And then install gosu via gem:

    gem install gosu

    Some useful info you can find here https://github.com/gosu/gosu/wiki/Getting-Started-on-OS-X.

  2. Install required gems:

     bundle install
  3. Install MongoDB. Installation instructions: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/
    After success installation you need to run MongoDB as macOS service and check that its running:

    brew services start [email protected]
    brew services list
  4. Copy .env.sample to .env file and specify your MongoDB settings if it need.

    cp .env.sample .env