Download YAB with CVS and compile it

System: BeOS, Haiku, Zeta

You can get the newest version of yab from the Internet. Yab is available through cvs as source code. You can download and compile the source and get the latest version of yab.


What is CVS?

Concurrent Versions System (CVS) is a program to manage versions of sources. CVS is a terminal application and is the favorite open source community version management system. The development website SourceForge.net is using cvs to host there collected sources.


To download the source of yab, you need to open a Terminal. The Terminal is placed at Zetamenu/Software/System/Terminal.

Type following commands into the Terminal and press enter:


cvs -d:pserver:anonymous@yab-interpreter.cvs.sourceforge.net:/cvsroot/yab-interpreter checkout yab-interpreter


You get the source of yab through cvs. All files are normally placed at /boot/home/yab-interpreter.

After this you can compile the yab source.


Attention!

Only advanced users should be compile sources. Read the compile informations before you start compiling the source.


To compile the source, change into the source folder (here /src). Type into the Terminal cd /boot/home/yab-interpreter/src to change into the source folder. Enter following command to compile the source:

make -f Makefile.ZETA


The binary of yab are placed in the /src folder and need to link into /boot/home/config/bin. So you have installed yab allready.

If you want to hold your yab version on the newest state, use following commands:
cvs -d:pserver:anonymous@yab-interpreter.cvs.sourceforge.net:/cvsroot/yab-interpreter update -d yab-interpreter



Tutorial by Leszek Lesner (leszek) October 2006
Translation by Christian Albrecht (Lelldorin) October 2006
Hosted by BeSly, the BeOS, Haiku and Zeta Knowledgebase