Kernigh's Hub

 

OnSetup

Page history last edited by Kernigh 2 yrs ago

ObjectNecromancer - Instructions for Setup

 

If you want to play with Object Necromancer,

 

First: Gather Requirements

 

You need CMake and Subversion on your computer. You also need Perl 5. (Object Necromancer cannot install these, but many OS vendors' collections have them.)

 

Second: Grab the Scrolls

 

Pick a location for the scrolls, maybe ~/on/scrolls, and check them out.

 

$ mkdir ~/on

$ svn co http://opensvn.csie.org/kernigh/trunk/scrolls ~/on/scrolls

 

Third: Configure a Graveyard

 

Pick a location for the graveyard, maybe ~/on/graveyard. The graveyard will contain downloaded packages and builds.

 

Create an ~/.etc/raise.conf file with two lines specifying the scrolls and graveyard.

 

$ mkdir ~/.etc

$ vi ~/.etc/raise.conf

 

The ~/.etc/raise.conf file may look like this:

 

scrolls = /home/you/on/scrolls

graveyard = /home/you/on/graveyard

 

Fourth: Put "summon" in PATH

 

Copy or link the scrolls/summon.sh script to a directory in your PATH, so that you may run it as a "summon" command.

 

$ cp ~/on/scrolls/summon.sh ~/bin/summon

$ chmod +x ~/bin/summon

 

Fifth: Summon Packages

 

To install some package into ~/made (~/made/bin/ipbt, ...),

 

$ summon ipbt


You may edit this wiki page. The text is in the PublicDomain.

Comments (0)

You don't have permission to comment on this page.