новые иконки в OpenBoard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Craig Watson ff5c95dde2 New icon for UBZ files on Windows 8 years ago
resources New icon for UBZ files on Windows 8 years ago
src Various fixes and clean-ups for media items: 8 years ago
.gitignore Added Vim files to .gitignore 9 years ago
C++StandardHeaderFile.txt headers fixed 11 years ago
COPYRIGHT updated info files 11 years ago
LICENSE updated info files 11 years ago
OpenBoard.iss Fixed mediaservice plugins not being included in Windows installer 8 years ago
OpenBoard.packproj maac os build successful after rename 11 years ago
OpenBoard.pro Updated version number (1.10a10) 8 years ago
README.md Basic readme 8 years ago
TEST_OpenBoard_Win32.txt The document explains all encountered issues testing. 9 years ago
buildDebianPackage.sh Added missing semicolon to .desktop entry 8 years ago
changes_porting_qt5.txt - Replace some headers files. 9 years ago
release.macx.sh Updated release script for OSX 9 years ago
release.win7.vc9.bat Updated release scripts for Windows 9 years ago

README.md

OpenBoard

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

Supported platforms are Windows (7+), OS X (10.9+) and Linux (tested on Ubuntu 14.04, but should work with other distributions too).

Dependencies

The latest version (1.10) requires Qt 5.5. See below for Linux-specific instructions.

OpenBoard makes use of several third-party libraries, which are available in the OpenBoard-ThirdParty repository. These should be built first; instructions are provided for each library.

Linux

Qt

Due to a shared library conflict within Qt5 on Linux (the Qt Multimedia and Qt Webkit modules are built against different versions of gstreamer by default), a specific installation of Qt5.5 is 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:

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

Onboard

OpenBoard has a built-in virtual keyboard, but also allows the use of an external OSK (which is now the default, as the built-in keyboard will likely be removed in a future release). On Linux, Onboard is currently used as the external OSK. In case you can't or won't install it, you can simply use the built-in OSK instead.

Installation & Deployment

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