Download Latest Version Asgard 0.3.10 (189.4 kB)
Email in envelope

Get an email when there's a new version of Asgard Free Software RPG

Home / asgard / 0.3.4
Name Modified Size InfoDownloads / Week
Parent folder
README 2010-07-17 1.2 kB
asgard-0.3.4.tar.gz 2010-07-17 50.4 kB
Totals: 2 Items   51.5 kB 0
Quick Start Instructions:
===============================================================================

We thank you for taking interest in Asgard!  As this project is still in its
infancy, this release is intended for testing and observation.  

You can now observe that we have a functional graphics engine which displays a
dancing blue cat!

We encourage you to attempt to compile and run it.  Let us know how things go.

1. Satisfy Requirements
scons      - http://scons.org
SDL        - http://libsdl.org
SQLite 3   - http://sqlite.org
Boost 1.40 - http://boost.org

3. Now compile the project..
% cd $PKG/
% scons

4. To Run: 
     (filename argument)
% ./asgard test.py
-or- (stdin)
% ./asgard < test.py
-or- (interactive mode)
% ./asgard -i

5. To Clean Your Project Tree:
% cd $PKG/
% scons -c

You should see the dancing blue cat in the top left hand corner.

New to Asgard?:
===============================================================================

Check out our website and wiki:
Home Page - http://asgardrpg.org/
     Wiki - http://wiki.asgardrpg.org/
 Bugzilla - http://bugzilla.asgardrpg.org/
  Project - http://gna.org/projects/asgard/
Source: README, updated 2010-07-17