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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,11 @@ make install
37
37
By default, `make install` will install into the home (~/CEdev) directory on linux and mac, and in the root drive (C:\\CEdev) directory on windows.
38
38
This is configurable with `make install PREFIX={DIFFERENT_LOCATION}`
39
39
40
+
To build a release, use: `make dist`
41
+
40
42
If you wish to view a list of available makefile rules, type: `make help`
41
43
44
+
### Building Windows Release
45
+
42
46
If you wish to build a release; [nsis](https://sourceforge.net/projects/nsis/) is required for windows. Because of limitations of the current software; the special *Large strings* build is needed. You can find it [here](http://nsis.sourceforge.net/Special_Builds). Note also that you must configure your path variable to point to the nsis installation directory.
0 commit comments