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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ The end result is RPMs under ~/result that you can install (or upgrade to) using
136
136
137
137
Assuming:
138
138
139
-
1. The current version is 3.5.99* (specified in debian/changelog)
139
+
1. The current version is 3.5.99\* (specified in debian/changelog)
140
140
141
141
Prerequisites:
142
142
@@ -150,3 +150,12 @@ debuild -uc -us
150
150
cd ..
151
151
sudo dpkg -i *3.5.99*.deb
152
152
```
153
+
154
+
## Building on Windows
155
+
156
+
The only components that can be built on Windows at the time of writing are `nxcomp` and `nxproxy` (with the latter utilizing the former).
157
+
158
+
**The next section is only relevant for git-based source code builds. Released tarballs do not require special handling.**
159
+
160
+
Since this project makes use of UNIX-style symlinks, it is imperative to clone the repository using Cygwin's git binary. MSYS(2) git is not able to handle UNIX-style symlinks.
161
+
Make sure that all build utilities are Cygwin-based. Non-Cygwin binaries will bail out with errors during the build process or insert garbage.
0 commit comments