Skip to content

hmartinez82/OpenBoard-ThirdParty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBoard third party libraries
================================

These are various libraries that OpenBoard depends on and that may not be included with your OS. These should be built before OpenBoard.

Building freetype, quazip and xpdf should be all that is needed. Instructions are provided in each subfolder. For example, to build all libraries on Linux:

## Linux

### Build freetype

    cd freetype
    qmake freetype.pro -spec linux-g++
    make
    cd ..

### Build quazip

    cd quazip
    qmake quazip.pro -spec linux-g++
    make
    cd ..

### Build xpdf

    cd xpdf/xpdf-3.04
    ./configure --with-freetype2-library="../../freetype/lib/linux" --with-freetype2-includes="../../freetype/freetype-2.6.1/include"
    cd ..
    qmake xpdf.pro -spec linux-g++
    make
    cd ..

About

le code des différentes librairies sur lequel OpenBoard se repose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.9%
  • C++ 9.8%
  • Makefile 5.9%
  • Perl 5.6%
  • HTML 3.0%
  • Shell 1.4%
  • Other 3.4%