Skip to content

Commit

Permalink
link to wiki page for linux build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Apr 4, 2024
1 parent e7aa955 commit ebda98c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,16 @@ If you wish to chat with developers, join us on [Discord](https://discord.gg/GTV

### Linux, BSD and similar (GTK/*NIX version)

* See the README file for detailed instructions, dependencies, etc.
* Install git, Clang toolchain
The overall process is simple, but it's hard to figure out the dependencies.

Please consult the [README file](README) in the same folder for more details,
or visit the [wiki page](https://github.com/DeaDBeeF-Player/deadbeef/wiki/Detailed-Build-Instructions)

If you have the dependencies - follow these simple steps:

* Install Git, Clang toolchain
* Remember to get submodules: `git submodule update --init`
* Install dependencies, as listed in the README file
* Install dependencies
* Run `./autogen.sh` to bootstrap
* Run `CC=clang CXX=clang++ ./configure`, followed with `make` and `sudo make install`.
* For more information about the build process, read the generated INSTALL file and the output of `./configure --help`.
Expand Down

0 comments on commit ebda98c

Please sign in to comment.