Download Source
From Xibo
| Languages: |
English |
The Xibo source code is hosted on the Launchpad platform, and we use Bazaar for source control. Getting Xibo's sources is straightforward and doesn’t require any registration.
This wiki page is based heavily on the Gephi wiki page Checkout Code - CC-BY-NC 3.0 license.
Contents |
Choosing a Branch
Latest Development Code
The latest development code is always at lp:xibo. Use lp:xibo when branching in the instructions below.
Stable Release Series
At the time of writing, Xibo 1.2 series is the current stable and 1.0 series is the old stable version. To get a specific series, append a /series.number, eg lp:xibo/1.2 or lp:xibo/1.0 and use that when branching in the instructions below. A complete list of branches you may use is on the Launchpad Code site here [1].
Windows
Step 1: Install Bazaar
- Go on Bazaar website and get latest stable standalone release.
- Run Bazaar setup and follow the steps. Be sure to include Bazaar Explorer GUI application.
Step 2: Checkout code
- In Start menu, run Bazaar Explorer.
- Select Get project source from elsewhere and click on Checkout.
- In the Branch source text filed, enter lp:xibo or the branch you want to get (see Choosing a Branch above). That command specify that you are requesting Xibo main branch on Launchpad (lp). In the Local directory, you can specify a different destination folder.
- Click on OK, that download Xibo complete source code from Launchpad to your destination folder. Go to the directory, you should see the code.
Mac OS X
Step 1: Install Bazaar
- Go on Bazaar website and get application bundle for your system.
- Open Bazaar bundle and run installer by clicking on PKG file. Follow the installer steps.
Step 2: Checkout code
- Bazaar is installed on the system, you need to run Bazaar Explorer from terminal. Go to Applications > Utilities and select Terminal. You can also launch Terminal by using Spotlight, look for Terminal application.
- In the terminal, write bzr explorer and type Enter.
- In Bazaar Explorer, select Get project source from elsewhere and click on Checkout.
- In the Branch source text filed, enter lp:xibo or the branch you want to get (see Choosing a Branch above).
That command specify that you are requesting Xibo main branch on Launchpad (lp). In the Local directory, you can specify a different destination folder.
- Click on OK, that download Xibo complete source code from Launchpad to your destination folder. Go to the directory, you should see the code.
Linux
Step 1: Install Bazaar
Go on Bazaar website and follow your distribution instructions.
Step 2: Checkout code
Open a terminal, then:
- Get source code
bzr branch lp:xibo
or the branch you want to get (see Choosing a Branch above). The source code will then download in to a new folder called xibo in the current directory.
About
Bazaar
Launchpad
| Languages: |
English |

