mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 14:05:29 +00:00
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@133 6778bc44-b910-0410-a7a0-be141de4315d
10 lines
356 B
Plaintext
10 lines
356 B
Plaintext
If you just checked out of CVS run './autogen.sh' first.
|
|
|
|
If you downloaded a tarball then do this:
|
|
|
|
./configure
|
|
make
|
|
make install (as root)
|
|
|
|
projectM will install its presets, fonts, and default config in $DATADIR, which defaults to $PREFIX/share/projectM. So feel free to change these values with the --prefix, or --datadir arguments to ./configure.
|