You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Clink can be extended through its Lua API which allows easy creation context sen
41
41
42
42
### Building Clink
43
43
44
-
Clink's uses [Premake](http://premake.github.io) to generate Visual Studio solutions or makefiles for MinGW. Note that Premake >= 5.0 is required.
44
+
Clink's uses [Premake](http://premake.github.io) to generate Visual Studio solutions or makefiles for MinGW. Note that Premake >= 5.0-alpha8 is required.
45
45
46
46
1. Cd to your clone of Clink.
47
47
2. Run "premake <toolchain>" (where "<toolchain>" is one of Premake's actions - see "premake --help")
0 commit comments