Welcome to IVY
To add this extension to OWB, see the instruction below on how to install it !
Author:
Julien Chaffraix <julien.chaffraix@gmail.com>
This pages describes an extension of Origyn Web Browser or OWB. It provides an easy way to use Ivy directly from an HTML page Overview
What is IVY ?
Please look at the generated documentation to get more information.
The overview page as a sample is here : overview
Installation
You can find the installation steps in the README in your local files.
Prerequisite :
- You need the Ivy C++ library (http://www.tls.cena.fr/products/ivy/download)
- You need a copy of OWB.
Downloading OWB :
- follow the instruction on OWB trac (http://www.sand-labs.org/owb)
- or type one of the following command :
svn co http://www.sand-labs.org/svn (for all the branches and the trunk) svn co http://www.sand-labs.org/svn/trunk (to have only the trunk)
Downloading Ivy Addon :
You need to type in the OWB root directory :
svn co http://www.sand-labs.org/ivy/svn/trunk AddOns (download the trunk in the AddOns subdirectory)
Warning : By default OWB check the AddOns for file to include during the compilation, changing that directory will likely result in Ivy not being compiled.
Patching OWB to include the Addon :
type in the OWB root directory :
patch -p0 < AddOns/Patch/OWB.patch
Now, your environment is ready for compilation !
Compiling :
Just follow OWB instruction in the README in the root directory.
