Giter Club home page Giter Club logo

ajinkyapuar / openboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openboard-org/openboard

0.0 0.0 0.0 128.05 MB

OpenBoard is a cross-platform interactive whiteboard application intended for use in a classroom setting.

Home Page: http://openboard.ch/

License: GNU General Public License v3.0

Inno Setup 0.15% QMake 0.59% Shell 0.44% C++ 45.94% C 0.15% Batchfile 0.08% CSS 4.50% HTML 8.41% JavaScript 38.54% AppleScript 0.01% Objective-C 0.11% Objective-C++ 0.59% Perl 0.50%

openboard's Introduction

OpenBoard

OpenBoard is an open source cross-platform interactive white board application designed primarily for use in schools. It was originally forked from Open-Sankoré, which was itself based on Uniboard.

Supported platforms are Windows (7+), OS X (10.9+) and Linux (tested on Ubuntu 16.04).

Installing

Installers are available for Windows, OS X and Ubuntu on the wiki.

Building from source

First, obtain the third party libraries from the OpenBoard-ThirdParty repository, and build them (instructions are provided for each library).

Then, you may use the build (and packaging) scripts which are provided for all three platforms. These take care of compiling OpenBoard, including the translations (for OpenBoard and for Qt), stripping the debug symbols, creating the installers etc. Minor modification to those scripts may be necessary depending on your configuration, to set the correct Qt path for example.

Alternatively, you can easily build OpenBoard with qmake and make:

qmake OpenBoard.pro -spec linux-g++-64      # replace linux-g++-64 by macx or win32 for other platforms
make

Compilers used are gcc (Linux), clang (OS X) and MSVC 2010 (Windows). Make sure that your version of Qt matches this, as it is not possible e.g to build OpenBoard with clang if Qt was built with gcc.

Dependencies

The latest version (1.5) requires Qt 5.5. (While it has been shown to mostly work with Qt 5.2, we cannot guarantee compatibility with Qt versions other than 5.5.)

Qt 5.5 on Linux

Due to a shared library conflict within Qt 5 in some distributions / some Qt versions (the Multimedia and Webkit modules were built against different versions of gstreamer by default), a specific installation of Qt5.5 may be needed for all of OpenBoard's features to work correctly.

It can either be built from source, with the configure flag -gstreamer 1.0 (see here), or installed from Stephan Binner's PPAs on Ubuntu. In the latter case, simply add the repositories and install Qt 5.5.1 like so (example provided for Ubuntu 14.04, aka "Trusty"):

sudo add-apt-repository ppa:beineri/opt-qt551-trusty
sudo apt-get update
sudo apt-get install qt-latest

Some distributions, such as Ubuntu 16.04, provide Qt 5.5.1 packages that work perfectly with OpenBoard, so you can simply install Qt from the official repository.

openboard's People

Contributors

watsaig avatar kaamui avatar ivanilyin avatar amihalchenko-sc avatar yimgo avatar claudiovalerio avatar vitonightfly avatar annaudovichenko avatar agriche avatar letsfindaway avatar dbathily avatar jbruechert avatar ranig-lab avatar lcapello avatar multun avatar jpapale avatar mariodebian avatar 0xced avatar antoine-girard-vallee avatar gjalves avatar jrynik avatar super7ramp avatar empewe avatar g3rb avatar gvf63 avatar juanjosepablos avatar marcin-serwin avatar mariiaalt avatar gektor-de avatar odo2063 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.