pierrep / lpmt

Rewrite of the Little Projection Mapping Tool (http://projection-mapping.org/tools/lpmt/)
GNU General Public License v3.0
54 stars 4 forks source link

Install Instructions #2

Closed magdesign closed 4 years ago

magdesign commented 4 years ago

Just a contribution for the readme:

Install instructions cd into /OF/addons/ folder and install following addons:

git clone https://github.com/danomatika/ofxMidi.git git clone https://github.com/YCAMInterlab/ofxTimecode.git git clone https://github.com/arturoc/ofxTween.git

on your system also install gobjc++ : sudo apt-get install gobjc++

cd into /OF/apps folder and execute: git clone https://github.com/pierrep/lpmt.git

cd into lpmt folder and build with: make

pierrep commented 4 years ago

Thanks for prodding me to upgrade the readme. The sudo apt-get install gobjc++ requirement is odd, I don't remember needing that. Didn't install_dependencies.sh from the OF scripts resolve that for you?

magdesign commented 4 years ago

Nope, it does not seem to, however, its not a big deal, bigger problem is that it does not compile (see other issue)....

pierrep commented 4 years ago

Ok I'll have a look and try and write up clear install instructions. I added a few Add-ons locally to the repo because of the difficulty of compiling stuff. Currently I have it running happily on Ubuntu 18.04 and PopOs 19.10

On Sun., 1 Mar. 2020, 3:57 am magdesign, notifications@github.com wrote:

Nope, it does not seem to, however, its not a big deal, bigger problem is that it does not compile (see other issue)....

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pierrep/lpmt/issues/2?email_source=notifications&email_token=AAC7XYGCE3LXYLFBRENFPQ3RFE677A5CNFSM4K5RDDBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENL7BNY#issuecomment-592965815, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC7XYDKECG2SZVQNDRQ4GLRFE677ANCNFSM4K5RDDBA .

pierrep commented 4 years ago

Ok I've included ofxTween and ofxTimecode into this project as they are getting old and don't seem to be changing. This will make things easier. I've included some basic instruction as well.