What's new? | Help | Directory | Sign in
Google
linux-whiteboard
Linux electronic whiteboard
  
  
  
  
    
Search
for
Updated Apr 08, 2008 by vanhtu1987
BuildingWhiteboard  

To check out the CPP branch of Linux Whiteboard -which the dependencies below mostly apply to- issue the following command:

svn checkout http://linux-whiteboard.googlecode.com/svn/branches/cpp/ linux-whiteboard-read-only

To build whiteboard, you'll need the usual toolchain (gcc, g++ and make - these are available in the build-essential package) and the following libraries. The names of the libraries are taken from Ubuntu's database. If you're using a different Linux distro, please change them according to yours:

If you have checked out whiteboard from our SVN repository, you probably need those too:

Having gotten those installed, navigate to the program's root directory and issue the following commands:

./autogen.sh
make
sudo make install

For Ubuntu Gutsy Gibbon users, you need to add CXXFLAGS="-DCOMPATIBILITY_GUTSY" to autogen.sh like this:

./autogen.sh CXXFLAGS="-DCOMPATIBILITY_GUTSY"

To install to a different directory, so that you don't need root permission when installing, add --prefix=<path-to-desired-install-dir> like this:

./autogen --prefix=~/whiteboard

After 'make install', whiteboard will be installed to the directory 'whiteboard' in your home directory.


To build a Debian/Ubuntu package (for Ubuntu Hardy Heron only, one needs to modify the 'debian' directory to account for version differences in other distros):


Comment by antoni.ubieto, Apr 04, 2008

In addition to the previous 8 libraries I also need:

  • intltool
  • libbluetooth-dev
to build whiteboard.

Antoni Ubieto

Comment by vanhtu1987, Apr 08, 2008

Thanks for the report, I knew I'd have missed a dependency or two :-) . Updated.

Comment by zu...@sidux-ev.de, Apr 21, 2008

I followed this how-to and tried to build some debs for sidux/debian-unstable. I never packaged anything before, so please forgive me if I did something stupid or missed some important parts. I will get the hardware to test in the next days but so far it installs and starts fine.

http://sidux-underground.com/downloads/linux-whiteboard/

Thanks for your awesome work! I would love to help to test, make it better and getting it packaged properly for debian and sidux.

Greetings, zulu9


Sign in to add a comment