mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-02 21:45:25 +00:00
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@152 6778bc44-b910-0410-a7a0-be141de4315d
18 lines
364 B
Plaintext
18 lines
364 B
Plaintext
Go to src/projectM and run make to compile the projectM library, then do the standard ./configure, make , make install here in lv-xmms.
|
|
|
|
Configuration:
|
|
./configure
|
|
To set a prefix use --prefix, other options can be seen by
|
|
using ./configure --help
|
|
|
|
Building:
|
|
make
|
|
This will compile the plugins
|
|
|
|
Installing:
|
|
make install
|
|
This will install the plugins
|
|
|
|
|
|
|