Skip to content

gp-rank13/persistent-variable-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GP Extension example for JUCE (with CMake)

This is an example extension using the Gig Performer SDK. You can use it as a base for your own extensions developed in with JUCE in C++ and built using CMake.

How to build...

... on macOS

  • Make sure you have CMake installed. You might have to add the path to the cmake executable by adding this line to your bash profile:

    export PATH=/Applications/CMake.app/Contents/bin:$PATH

    Alternatively, you can install CMake via Homebrew:

    brew install cmake
  • Build (and install) the project via CMake. For your convenience we have provided a build.sh which contains all necessary commands:

    ./build.sh

... on Windows

  • Make sure you have CMake, Git and a C(++) compiler installed. You can get that for example by installing Visual Studio with the Desktop development with C++ workload and the Git for Windows component.

  • Build (and install) the project via CMake. For your convenience we have provided a build.cmd which contains all necessary commands:

    build.cmd

    Make sure to run the script from the Visual Studio developer command prompt!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors