Giter Site home page Giter Site logo

basketwill / symbolibre Goto Github PK

View Code? Open in Web Editor NEW

This project forked from symbolibre/symbolibre

0.0 1.0 0.0 3.27 MB

Calculator applications

Home Page: https://symbolibre.org

License: Other

JavaScript 1.59% C++ 61.23% Python 0.03% HTML 2.66% QML 28.27% QMake 0.36% CMake 5.86%

symbolibre's Introduction

Symbolibre software

This repository contains calculator applications and related libraries.

Building the applications

Symbolibre depends on Qt >= 5.12, QCustomPlot and Giac. Qt 5.12 is available on Ubuntu 19.10 and Debian bullseye.

To build the applications, QTermWidget and KSyntaxHighlighting are also needed.

To install the dependencies on Debian or Ubuntu, run apt install build-essential cmake libutf8proc-dev qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qml-module-qtquick2 qml-module-qtquick-window2 qml-module-qtquick-layouts qml-module-qtquick-controls2 qml-module-qt-labs-folderlistmodel libkf5syntaxhighlighting-dev libqcustomplot-dev libqtermwidget5-0-dev libfltk1.3-dev libgmp-dev libgsl-dev libmpfi-dev libntl-dev libgiac-dev xcas python3.

To install the project, run:

git clone --recurse-submodules https://github.com/symbolibre/symbolibre.git
cd symbolibre
mkdir build
cd build
cmake ..
make install

This installs:

  • the Symbolibre Qt Quick Controls 2 theme
  • the Symbolibre C++ library and QML plugins
  • the symbolibre binary (the applet launcher)
  • the calcsheet, funapp and ide applets

You may want to specify a custom installation directory in the cmake .. invocation using the -D CMAKE_INSTALL_PREFIX= option.

Additional CMake options

  • If you choose a non-standard installation directory, you may want to add the -D SET_RPATH=ON option so that the installed binaries can locate the Symbolibre shared library.
  • -D USE_CUSTOM_QML_PATH=OFF (default ON) installs the QML modules system-wide instead of in a custom location.
  • -D DEV_BUILD=ON (default OFF) enables compiler warnings and enables the SET_RPATH option.
  • -D ENABLE_DOC=ON (default OFF) builds and installs HTML documentation (needs Sphinx).
  • -D ENABLE_APPS=OFF (default ON) disables building the applications.

Licenses

See LICENSE.md.

symbolibre's People

Contributors

nchappe avatar lephe avatar icannos avatar ehohnadel avatar

Watchers

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