GithubHelp home page GithubHelp logo

xiaojiean / openindy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openindy/openindy

0.0 0.0 0.0 84.33 MB

Open source software solution for industrial measurement (metrology, laser tracker, quality control)

License: GNU Lesser General Public License v3.0

C++ 89.09% HTML 9.70% QMake 1.19% Batchfile 0.01% Shell 0.01%

openindy's Introduction

OpenIndy

OpenIndy is a metrology software solution that can be extended by plugins. The project started in 2013 as a student project in the Department of Geoinformatics and Surveying (HS Mainz).

IDE

OpenIndy is developed with the Qt framework (Qt libs + Qt Creator IDE). You can download the framework here.

Dependencies

build

Ubuntu

Tested with Ubuntu 18.04 (Qt 5.9.5), Ubuntu 20.04 (Qt 5.12.8)

install dependencies

sudo apt install git

sudo apt install build-essential

sudo apt install libgl1-mesa-dev
sudo apt install libglu1-mesa-dev

sudo apt install libblas-dev
sudo apt install liblapack-dev
sudo apt install libarmadillo-dev

install Qt shipped with Ubuntu

sudo apt install qt5-default
sudo apt install libqt5svg5-dev libqt5websockets5-dev
sudo apt install libqt5serialport5-dev
sudo apt install libqt5multimedia5 libqt5multimedia5-plugins qtmultimedia5-dev

sudo apt install qtcreator

clone and build OpenIndy

git clone --recurse-submodule https://github.com/OpenIndy/OpenIndy.git


cd OpenIndy
qmake openIndy.pro -r -spec linux-g++ CONFIG+=debug
make

clone and build OpenIndy-DefaultPlugin

git clone --recurse-submodule https://github.com/OpenIndy/OpenIndy-DefaultPlugin.git


cd OpenIndy-DefaultPlugin
qmake OpenIndy-DefaultPlugin.pro -r -spec linux-g++ CONFIG+=debug
make

run

Copy nessesary files to bin/debug and start openIndy from Qt Creator.

cp -R res-rt/* bin/debug/
cp db/oisystemdb.sqlite bin/debug/

commandline: install & run

cd OpenIndy
mkdir -p dist/lib
cp bin/debug/openIndy dist/
cp -R res-rt/* dist/
cp db/oisystemdb.sqlite dist/
find lib -name "libopenIndy*.so.*" -exec cp -v {} dist/lib/ \;

# run
chmod +x ./dist/openIndy.sh
./dist/openIndy.sh

Windows & MinGW

Tested with Qt 5.5.1 / MinGW 4.9.2 & Qt Creator 5.12.2 mingw_730_64

install Qt

install required Qt / Qt Creator

clone and build OpenIndy

git clone  --recurse-submodule https://github.com/OpenIndy/OpenIndy.git


cd OpenIndy
qmake.exe OpenIndy.pro -r -spec win32-g++ "CONFIG+=debug"
mingw32-make.exe

clone and build OpenIndy-DefaultPlugin

git clone --recurse-submodule https://github.com/OpenIndy/OpenIndy-DefaultPlugin.git


cd OpenIndy-DefaultPlugin
qmake.exe OpenIndy-DefaultPlugin.pro -r -spec win32-g++ "CONFIG+=debug"
mingw32-make.exe

Qt Creator: build and run OpenIndy

Add ./lib/OpenIndy-Core/lib/OpenIndy-Math/lib/armadillo-3.910.0/examples/lib_win32 to Qt Creator PATH. Copy content of OpenIndy/res-rt and db\oisystemdb.sqlite to bin/debug and start openIndy from Qt Creator.

commandline: install & run

cd OpenIndy
mkdir dist
copy bin\debug\openIndy.exe dist\

xcopy res-rt\*.* dist\ /s /e
copy db\oisystemdb.sqlite dist\

copy lib\OpenIndy-Core\bin\debug\openIndyCore1.dll dist\
copy lib\OpenIndy-Core\lib\OpenIndy-Math\bin\debug\openIndyMath1.dll dist\
copy lib\OpenIndy-Core\lib\OpenIndy-Math\lib\armadillo-3.910.0\examples\lib_win32\blas_win32_MT.dll dist\
copy lib\OpenIndy-Core\lib\OpenIndy-Math\lib\armadillo-3.910.0\examples\lib_win32\lapack_win32_MT.dll dist\

rem run

cd dist

rem set `QT_DIR` to your Qt install path
openIndy.bat

openindy's People

Contributors

s3desc avatar brauls avatar jensw89 avatar smorgens avatar s3dmfuchs avatar zanzaraz avatar d-berk 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.