Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
UppHub
Status & Roadmap
FAQ
Authors & License
Forums
Funding U++
Search on this site











SourceForge.net Logo

SourceForge.net Logo

GitHub Logo

Discord Logo

Bazaar user guide

Do you want to use certain package from Bazaar, and you don't know how? Don't worry, using Bazaar is very easy.

 

 

1. Package Download

 

By default the Bazaar packages are already installed together with U++.

 

If you don't find a "Bazaar" folder inside your "upp" main folder, you have to download it. There are two ways:

 

The easy way

Download the latest release in .tar.gz format from here.

Unzip the file in upp folder and that is all.

 

The less easy way

Install a Subversion client like TortoiseSVN, SmartSVN, SlikSVN or just a "apt-get install subversion" in Linux. Be sure that in Windows the svn client is in PATH environment variable although this is usually done by installer.

Download to your Upp folder from here

 

http://upp-mirror.googlecode.com/svn/trunk/

 

or run this command in a command window:

 

svn checkout http://upp-mirror.googlecode.com/svn/trunk/ my-upp

 

 

2. Setting up Assembly

 

Choose or create an Assembly where will your new package reside (MyApps is a common choice). Add bazaar path to "Package nests" of desired Assembly (see Configuring Packages & Assemblies).

 

Now choose/create new package in the modified Assembly, and use "Add package" on it to add some of bazaar's packages. Don't forget also to use particular #includes at proper places of source code.

 

3. Bugs Submission/Feature Requests/Help

 

Follow the instructions in the Support Page.

 

Do you want to contribute?