Previous: The Concept of Operations, Up: Introduction [Contents][Index]
In some happy future, you might be able to get this from whatever method your operating system normally uses to download free software.
If you are trying to build this from the Git repository, use
git clone
to copy the tree onto your computer. After cloning
the repository, run ./bootstrap
(or manually invoke autoreconf
)
to create a configure file.
If you are building from a guile-gi.tar.gz, unpack the file.
From there, running configure
, then make
, then
sudo make install
will give you a running system.
In the file archives, look for a file named INSTALL for detailed instructions.