On 04/01/2014 12:03 AM, David Gerard wrote: > On 31 March 2014 22:01, Tres Finocchiaro <[email protected]> wrote: > >> Could it be because the wiki instructions are for stable-1.0 (default), not >> master? (i.e. fixed by switching branch?) > > It's almost certainly just me :-) I'll see if I can fix it and report back. > > > - d.
As you can see here, they're clearly in the source: https://github.com/LMMS/lmms/tree/master/plugins Just to make sure you're on the correct branch - Go to your local git directory and type: git pull git checkout master git submodule init git submodule update Then go to your build directory, remove CMakeCache, re-run cmake, then run make & make install. Following these steps should not fail. ------------------------------------------------------------------------------ _______________________________________________ LMMS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmms-devel
