Skip to content

daughterOfSpring/SimpleEQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run this program on your local machine follow these steps

Linux

Clone this repository https://github.com/juce-framework/JUCE#

point the JUCE_DIR variable to the location of your local JUCE remote

sudo apt update sudo apt install -y
libgtk-3-dev
libwebkit2gtk-4.1-dev
libasound2-dev
libx11-dev
libxinerama-dev
libxrandr-dev
libxcursor-dev
libfreetype-dev

cd to this projects directory

mkdir Builds

cd Builds

cmake ..

cmake -DCMAKE_CXX_FLAGS="$(pkg-config --cflags gtk+-3.0)" .

cmake -DCMAKE_CXX_FLAGS="$(pkg-config --cflags webkit2gtk-4.1)" .

cmake --build .

cd SimpleEQ_artefacts/Standalone

./SimpleEQ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published