Update BUILDING.md
This commit is contained in:
parent
516e667b4a
commit
7961c775d2
|
@ -30,7 +30,7 @@ Use MinGW to build it. After generating build directory enter it and execute
|
||||||
pacman -S mingw-w64-x86_64-marisa
|
pacman -S mingw-w64-x86_64-marisa
|
||||||
cd build
|
cd build
|
||||||
mingw32-make.exe make
|
mingw32-make.exe make
|
||||||
mingw32-make.exe make install
|
mingw32-make.exe install
|
||||||
```
|
```
|
||||||
|
|
||||||
Or use Cmake.
|
Or use Cmake.
|
||||||
|
@ -43,9 +43,11 @@ cmake -S . -B build
|
||||||
###### Windows FAQ:
|
###### Windows FAQ:
|
||||||
|
|
||||||
>Q: Still doesn't work!!!
|
>Q: Still doesn't work!!!
|
||||||
|
>
|
||||||
>A: Download [Installer][3] here.
|
>A: Download [Installer][3] here.
|
||||||
|
|
||||||
>Q: Where should I install it!!!
|
>Q: Where should I install it!!!
|
||||||
|
>
|
||||||
>A: Into Goldendict-ng root directory. Don't forget about "marisa_words.dic"
|
>A: Into Goldendict-ng root directory. Don't forget about "marisa_words.dic"
|
||||||
|
|
||||||
### Building on Apple Silicon
|
### Building on Apple Silicon
|
||||||
|
|
Loading…
Reference in a new issue