Skip to content

Categories:

Source

There are two ways for you to get the source:

1. Browse the SVN repository online

To browse the SVN repository online click here (Opens in a new window)

2. Check the source out of the SVN repository

Remember when you do a checkout of the source you get the latest development snapshot and the code may not be stable. If you want to contribute code please generate patches from the latest source.

2.1 UBUNTU / DEBIAN

The following instructions should work on Ubuntu and Debian and with a few minor changes on other Linux distributions also.

1.  Make sure SVN is installed:

In the terminal type:

sudo apt-get install subversion

2. Checkout source using the SVN client

In the terminal type:

svn co –username guest svn://devzone.mxit.com/libmxit_perl/trunk libmxit_perl-read-only

(That is dash dash username)

The password is the same as the user name: guest

You should now have a folder called “libmxit_perl-read-only” containing another folder called “src” with the source

2.2 WINDOWS

Currently the project does not officially support the Windows platform. This does not mean the lib wont work on Windows it just means that there is nobody to test or write instructions for Windows. If you would like to volunteer please let us know !!!. Find out more about installing SVN on Windows click here. The checkout command should stay the same:

svn co –username guest svn://devzone.mxit.com/libmxit_perl/trunk libmxit_perl-read-only

The password is the same as the user name: guest