kench / scopehal-apps

glscopeclient and other client applications for libscopehal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scopehal-apps

Applications for libscopehal

C++ coding policy

Installation

Linux

Install dependencies on ubuntu with

sudo apt-get install build-essential cmake pkg-config libglm-dev libgtkmm-3.0-dev libsigc++-2.0-dev libyaml-cpp-dev liblxi-dev texlive texlive-fonts-extra libglew-dev

Install FFTS library

git clone https://github.com/anthonix/ffts.git
cd ffts
mkdir build
cd build
cmake ..
make
sudo make install

Build scopehal and scopehal-apps

git clone https://github.com/azonenberg/scopehal-apps.git --recurse-submodules
cd scopehal-apps
mkdir build
cd build
cmake ..
make

The executable is found unter build/src/glscopeclient/glscopeclient and the manual under build/doc/glscopeclient-manual.pdf

Windows (experimental)

Refer to the manual for instructions regarding compilation on Windows systems.

About

glscopeclient and other client applications for libscopehal.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 94.7%Language:GLSL 1.5%Language:CMake 1.5%Language:CSS 1.2%Language:C 1.2%