Skip to content

tarunik/scopehal-apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

654 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

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