mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-30 03:03:53 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
10
README.md
10
README.md
@ -1,11 +1,11 @@
|
||||
# Mac OS X Users:
|
||||
## Mac OS X
|
||||
* [Prebuilt iTunes plugin installer](https://github.com/revmischa/projectm/releases)
|
||||
* [OSX Build instructions](BUILDING_OSX.txt)
|
||||
|
||||
# Linux:
|
||||
* sudo apt-get install cmake-curses-gui libsdl2-dev libglew-dev libftgl-dev
|
||||
## Linux
|
||||
* `sudo apt-get install cmake-curses-gui libsdl2-dev libglew-dev libftgl-dev libsdl2-dev`
|
||||
|
||||
# Building
|
||||
## Building From Source
|
||||
Requires [cmake](https://cmake.org/download/).
|
||||
```
|
||||
cmake .
|
||||
@ -16,7 +16,7 @@ make install
|
||||
## Help
|
||||
Report issues on [GitHub](https://github.com/revmischa/projectm/issues/new)
|
||||
|
||||
## Configure with cmake
|
||||
## Configure With cmake
|
||||
If you wish to configure build options run:
|
||||
`ccmake .`
|
||||
This will present you with a simple console-based interface of options for projectM.
|
||||
|
||||
Reference in New Issue
Block a user