Updated Compile from source in Linux (markdown)

master
Edouard Griffiths 2024-06-01 12:23:48 +02:00
rodzic 4f826ed956
commit 8f7f37ddd2
1 zmienionych plików z 1 dodań i 1 usunięć

@ -143,7 +143,7 @@ make -j $(nproc) install
<h3>GGMorse</h3>
<pre><code>cd /opt/build
git clone https://github.com/f4exb/ggmorse.git
git clone https://github.com/ggerganov/ggmorse.git
cd ggmorse
mkdir build; cd build
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/ggmorse -DGGMORSE_BUILD_TESTS=OFF -DGGMORSE_BUILD_EXAMPLES=OFF ..