modify instruction for windows build
This commit is contained in:
parent
dd9a29b3fa
commit
7f966bd23b
|
@ -1,7 +1,10 @@
|
|||
Instructions:
|
||||
1) on Linux: sudo apt install unzip zip gettext cmake p7zip-full
|
||||
2) on Windows: install DesktopAppConverter and the Windows 10 SDK
|
||||
3) Run build.sh to create the ZIP file
|
||||
4) Transfer blockcolor-windows.zip to Windows and extract it
|
||||
5) Edit the settings in the .bat file
|
||||
6) Run the .bat file as Administrator to generate an Appx package
|
||||
Instructions for Build with Windows
|
||||
|
||||
0) Install Ubuntu 18.04 App with Windows Store.
|
||||
1) Open Ubuntu 18.04
|
||||
2) sudo apt update
|
||||
3) sudo apt upgrade
|
||||
4) sudo apt install unzip zip gettext cmake p7zip-full
|
||||
5) sudo ln -s /usr/lib/x86_64-linux-gnu/libmpfr.so.6 /usr/lib/x86_64-linux-gnu/libmpfr.so.4
|
||||
5) Run build.sh to create the ZIP file
|
||||
7) Extract and use /bin/BlockColor.Exe
|
||||
|
|
Loading…
Reference in New Issue