hmartinez82 / OpenBoard-ThirdParty

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 70.7%Language:C++ 9.8%Language:Makefile 5.9%Language:Perl 5.6%Language:HTML 3.0%Language:Shell 1.4%Language:Assembly 1.2%Language:Python 0.5%Language:Roff 0.3%Language:M4 0.2%Language:Ada 0.2%Language:Pascal 0.2%Language:DIGITAL Command Language 0.2%Language:Batchfile 0.2%Language:C# 0.1%Language:Raku 0.1%Language:CMake 0.1%Language:Prolog 0.1%Language:QMake 0.0%Language:CLIPS 0.0%Language:eC 0.0%Language:XS 0.0%Language:Scheme 0.0%Language:Awk 0.0%Language:SAS 0.0%Language:Emacs Lisp 0.0%Language:Module Management System 0.0%Language:sed 0.0%