Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed Feb 11, 2013
1 parent 5881c45 commit c03408c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Expand Up @@ -41,12 +41,13 @@ How to recompile
#. git clone git://github.com/sirikata/berkelium #. git clone git://github.com/sirikata/berkelium
#. cd berkelium #. cd berkelium
#. git checkout chromium11 #. git checkout chromium11
#. util/build-chromium.sh --deps #. util/build-chromium.sh --deps --force
#. cmake . -DCMAKE_BUILD_TYPE=Release #. cmake . -DCMAKE_BUILD_TYPE=Release
#. git submodule update --init --recursive
#. make #. make
#. git clone git://github.com/kivy/kivy-berkelium #. git clone git://github.com/kivy/kivy-berkelium
#. cd kivy-berkelium #. cd kivy-berkelium
#. make #. make
#. mv dist/berkelium-1.2.linux-x86_64.zip dist/berkelium-1.2.linux-x86_64.kex #. mv dist/berkelium-1.3.linux-x86_64.zip dist/berkelium-1.3.linux-x86_64.kex


And you can copy the berkelium-1.2.linux-x86_64.kex into your ~/.kivy/extensions And you can copy the berkelium-1.3.linux-x86_64.kex into your ~/.kivy/extensions

0 comments on commit c03408c

Please sign in to comment.