Skip to content

glscopeclient and other client applications for libscopehal.

License

Notifications You must be signed in to change notification settings

tarunik/scopehal-apps

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.7%
  • GLSL 1.6%
  • CSS 1.3%
  • CMake 1.2%
  • C 1.2%