Explorar el Código

Add .. to CMake in quick start

tags/v1.8.0
Xerbo hace 4 años
padre
commit
b5b50919ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -28,7 +28,7 @@ The input audio format can be anything supported by `libsndfile` (although only
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
cmake -DCMAKE_BUILD_TYPE=Release ..
make
```



Cargando…
Cancelar
Guardar