Skip to content

Commit

Permalink
Fix building instructions for Debian
Browse files Browse the repository at this point in the history
Signed-off-by: AnErrupTion <[email protected]>
  • Loading branch information
AnErrupTion committed Jan 31, 2024
1 parent 2b987ff commit 2adbbc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ not required. CMake will automatically use ccache if it is installed.
To install Tenacity's dependencies, run:

```
sudo apt-get install build-essential libavcodec-dev libavformat-dev libavutil-dev libflac++-dev libglib2.0-dev libgtk-3-dev libid3tag0-dev libjack-jackd2-dev liblilv-dev libmad0-dev libmp3lame-dev libogg-dev libpng-dev portaudio19-dev libportmidi-dev libportsmf-dev libserd-dev libsndfile1-dev libsord-dev libsoundtouch-dev libsoxr-dev libsuil-dev libtwolame-dev vamp-plugin-sdk libvorbis-dev lv2-dev zlib1g-dev cmake ninja-build libjpeg-dev libtiff-dev liblzma-dev libsqlite3-dev libzip-dev zipcmp zipmergeziptool
sudo apt-get install build-essential libavcodec-dev libavformat-dev libavutil-dev libflac++-dev libglib2.0-dev libgtk-3-dev libid3tag0-dev libjack-jackd2-dev liblilv-dev libmad0-dev libmp3lame-dev libogg-dev libpng-dev portaudio19-dev libportmidi-dev libportsmf-dev libserd-dev libsndfile1-dev libsord-dev libsoundtouch-dev libsoxr-dev libsuil-dev libtwolame-dev vamp-plugin-sdk libvorbis-dev lv2-dev zlib1g-dev cmake ninja-build libjpeg-dev libtiff-dev liblzma-dev libsqlite3-dev libzip-dev zipcmp zipmerge ziptool libjsoncpp-dev
```

On earlier versions of Ubuntu (< 22.10), Debian (< 12), and their derivatives,
Expand All @@ -36,7 +36,7 @@ On Ubuntu 22.10 or later, Debian 12 or later, or their derivatives, you can
install the correct wxWidgets packages like so:

```
$ sudo apt install wx-common wx3.2-headers libwxgtk3.2-1
sudo apt install wx-common wx3.2-headers libwxgtk3.2-dev
```

The above package list
Expand Down Expand Up @@ -215,8 +215,8 @@ you have to have all of the git submodules in place and at the right versions
before starting. Make sure you clone it like this first:

```
$ git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets.git
$ cd wxWidgets
git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets.git
cd wxWidgets
```

## Building Tenacity
Expand Down

0 comments on commit 2adbbc2

Please sign in to comment.