Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.42 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.42 KB

Rosalila STG Engine

rosalilastudio.com github.com/rosalila/stg

Build instructions using Code::Blocks:

  1. Install the dependencies

  • apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev codeblocks g++
  • yum install SDL-devel SDL_mixer-devel SDL_image-devel SDL_ttf-devel codeblocks gcc-c++
  1. Link the libraries

In Code::Blocks: "Linker settings" -> "Other linker options" Add the following:

  • -lSDL2
  • -lSDL2_image
  • -lSDL2_ttf
  • -lSDL2_mixer
  • -lSDL2_net
  • -lGL
  1. Clone the Rosalila Engine

  1. Add a game assets

  1. Celebrate

Compile the project and celebrate.

Support

This software is licensed under the LGPL License.

Please file issues click here at Github.

Please visit us at Rosalila Studio.

Contributing

Create your feature branch (git checkout -b my-new-feature)

Commit your changes (git commit -am 'Add some feature')

Push to the branch (git push origin my-new-feature)

Create a new Pull Request