Skip to content

CMake build wrapper for scopehal and scopehal-apps

License

Notifications You must be signed in to change notification settings

Toroid-io/scopehal-cmake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scopehal-cmake

CMake build wrapper for scopehal and scopehal-apps

How to build the host software on Linux:

Prerequisites for GNU/Linux (Debian/Ubuntu):

sudo apt-get install build-essential cmake pkg-config libglm-dev libgtkmm-3.0-dev libsigc++-2.0-dev

Build and Install FFTS (required for scopehal-cmake)

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

Build host software on Linux:

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

Run glscopeclient

cd ~/scopehal-cmake/src/glscopeclient/

Example with Lecroy Oscilloscope nicknamed "myscope" available on network waverunner.example.com:

./glscopeclient --debug myscope:lecroy_vicp:waverunner.example.com

About

CMake build wrapper for scopehal and scopehal-apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 100.0%