Skip to content

icq4ever/emptyJUCEProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

emptyJUCEProject

empty JUCE Project for vscode on linux as IDE

reference

reddit :: How to run JUCE project on Linux

clone to JUCE project folder

$ cd ~/JUCE/
$ git clone https://github.com/icq4ever/emptyJUCEProject

update your JUCE path

edit line 16, 17 your JUCE PATH

add to .bashrc or .zshrc

alias juce="cd ~/JUCE"
alias setJUCE="cp -r ~/JUCE/emptyJUCEProject/.vscode ./"

how to use it ?

  • open JUCE project folder in terminal, which is generated by Projucer (don't forget to check Linux Makefile), and type setJUCE
  • open project directory with vscode.
  • Ctrl+Shift+B and select Build

About

emptyJUCEProject for vscode on linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published