Skip to content

Commit

Permalink
Update WindowsRelease.md
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder authored Oct 17, 2023
1 parent 3e77590 commit bfc57cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions githubdocs/WindowsRelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bfc57cf

Please sign in to comment.