Giter Site home page Giter Site logo

hmartinez82 / openboard-thirdparty Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openboard-org/openboard-thirdparty

0.0 0.0 0.0 187.92 MB

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

Makefile 6.00% Shell 1.43% C 71.36% Awk 0.01% Python 0.49% HTML 3.06% C++ 9.91% DIGITAL Command Language 0.17% QMake 0.04% Batchfile 0.16% Perl 5.69% Assembly 1.25% XS 0.01% eC 0.01% Emacs Lisp 0.01% Scheme 0.01% Prolog 0.08% CMake 0.08% SAS 0.01% Ada 0.24%

openboard-thirdparty's Introduction

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 ..

openboard-thirdparty's People

Contributors

agriche avatar amihalchenko-sc avatar ivanilyin avatar kaamui avatar watsaig avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.