-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e77590
commit bfc57cf
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,12 @@ | |
- For Minsky 2.20 or less, MXE_TARGETS=i686-w64-mingw32.static | ||
|
||
- Install necessary prerequisites from your package manager as required by the above line (eg flex, gperf, intltool, scons). | ||
- Ensure the usr/bin directory of the cloned repo is in your PATH. | ||
- Compile libclipboard from source code: | ||
* git clone [email protected]:jtanx/libclipboard.git | ||
* cd libclipboard | ||
* x86_64-w64-mingw32.shared-cmake . | ||
* make install | ||
|
||
- Then compile Minsky with | ||
|
||
|