Sfoglia il codice sorgente

Add CMake into the apt install command in quick start

tags/v1.8.0
Xerbo 3 anni fa
parent
commit
94f3bdbc24
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      README.md

+ 1
- 1
README.md Vedi File

@@ -25,7 +25,7 @@ The input audio format can be anything supported by `libsndfile` (although only
## Quick start

```sh
sudo apt install git gcc libsndfile-dev libpng-dev
sudo apt install cmake git gcc libsndfile-dev libpng-dev
git clone https://github.com/Xerbo/aptdec.git && cd aptdec
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release


Caricamento…
Annulla
Salva