Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
blob: 6764c9456801c03af832aee6ba29cf8f00eb904f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Hi! If you wanna run this game outside a XO, just run gambiarra.py .
Like this:
$ python gambiarra.py

If you have a XO and wanna install the activity, there are two ways:
- Inside the XO, run
$ python setup.py dist
$ sugar-install-bundle Gambiarra-1.xo
- Outside the XO, you need to run sugar-jhbuild:
$ ./sugar-jhbuild shell
Go to the Gambiarra dir
$ python setup.py dist
and then copy it to the XO, and run
$ sugar-install-bundle Gambiarra-1.xo

Have fun!