Menu

Tree [3f477f] master /
 History

HTTPS access


File Date Author Commit
 data 2016-08-29 Xenodora Xenodora [3f477f] bugfix: Damage shown taken is now displayed cor...
 docs 2010-01-03 Ari Mustonen Ari Mustonen [d9170d] Documentation fixes.
 misc 2011-01-29 Ari Mustonen Ari Mustonen [6dbcd0] Packaged the icon and added a desktop file.
 src 2016-08-28 Xenodora Xenodora [fcbba3] Added a physic debug extension for visualising ...
 tool 2014-06-14 Ari Mustonen Ari Mustonen [176aa9] All spec classes are non-global.
 .gitignore 2009-05-06 Ari Mustonen Ari Mustonen [abb049] Added ignores.
 ASSETS.json 2016-06-25 Xenodora Xenodora [0a733a] Added automatic generation of the terrain textu...
 AUTHORS 2013-08-17 Ari Mustonen Ari Mustonen [b19ee1] Fixed problems in the ASSETS file and some specs.
 COPYING 2009-05-06 Ari Mustonen Ari Mustonen [fdb8aa] Copied over source code.
 NEWS 2013-11-17 Ari Mustonen Ari Mustonen [8698fd] Incremented the version number and updated NEWS.
 README 2013-10-19 Ari Mustonen Ari Mustonen [85c038] Fixed some errors and omissions in the README.
 waf 2010-08-08 Ari Mustonen Ari Mustonen [fd7b47] Bundled waf-1.5.18 in order to make compiling e...
 wscript 2016-08-28 Xenodora Xenodora [fcbba3] Added a physic debug extension for visualising ...

Read Me

About Lips of Suna
==================

Lips of Suna is a tongue-in-cheek action RPG.

Website: http://lipsofsuna.org/
Forums: http://forum.freegamedev.net/viewforum.php?f=25
Wiki: http://lipsofsuna.org/wiki/index


System requirements
===================

 * Recommended: Video card that supports OpenGL 3.2 or newer.
 * Minimum: Video card that supports OpenGL 2.1.

To play the game with high quality settings, your need a relatively recent
graphics card. If you reduce quality and effect settings in the options
screen, you may be able to play with a less powerful graphics cards.


Dependencies
============

 * Python              http://www.python.org/
 * Ogre      >= 1.7.0  http://www.ogre3d.org/
 * OIS       >= 1.3.0  http://sourceforge.net/projects/wgois/
 * FreeImage => 3.15   http://freeimage.sourceforge.net/
 * Bullet    >= 2.77   http://www.bulletphysics.com/
 * ENet      >= 1.2.2  http://enet.bespin.org/
 * Lua       >= 5.1    http://www.lua.org/
 * SQLite    >= 3.6    http://www.sqlite.org/
 * OpenAL              http://www.openal.org/
 * libogg              http://xiph.org/downloads/
 * libvorbis           http://xiph.org/downloads/
 * libflac             http://flac.sourceforge.net/
 * libcurl             http://curl.haxx.se/libcurl/c/

In Ubuntu and Mint, you can install the dependencies with the following
command pasted to the terminal:

sudo apt-get install build-essential libopenal-dev libogg-dev \
  libvorbis-dev libflac-dev liblua5.1-0-dev libsqlite3-dev libbullet-dev \
  libenet-dev libcurl4-openssl-dev libogre-dev libois-dev libfreeimage-dev


Compiling
=========

After installing the dependencies, run the following command in the directory
where this README file is located:

./waf configure build install


Running
=======

After compiling the game, run the following command in the directory where
this README file is located:

./lipsofsuna
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.