aboutsummaryrefslogtreecommitdiff
path: root/building.txt
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-07-12 20:17:46 +0000
committermarha <marha@users.sourceforge.net>2009-07-12 20:17:46 +0000
commit4060037a051a392e7f1ce08c2671c650eb1a64b1 (patch)
tree847a91aa9d2330eb88fd528d00c2a8430485ec1f /building.txt
parent36746546833658c380e574e10d68a5deb2d9900b (diff)
downloadvcxsrv-4060037a051a392e7f1ce08c2671c650eb1a64b1.tar.gz
vcxsrv-4060037a051a392e7f1ce08c2671c650eb1a64b1.tar.bz2
vcxsrv-4060037a051a392e7f1ce08c2671c650eb1a64b1.zip
Added ignores
Added some more forgotten stuff.
Diffstat (limited to 'building.txt')
-rw-r--r--building.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/building.txt b/building.txt
new file mode 100644
index 000000000..b3c0ea0d2
--- /dev/null
+++ b/building.txt
@@ -0,0 +1,17 @@
+Building freetype:
+- open freetype\freetype.sln
+ Build configurations Release Multithreaded and Debug Multithreaded
+
+Building openssl:
+- make sure the command prompt is set for compiling with the visual studio compiler (vcvars32.bat)
+- make sure perl is in the path
+- run 'perl Configure VC-WIN32' in the openssl directory
+- run ms\do_masm.bat in the openssl directory
+- run nmake -f ms\nt.mak in the openssl directory
+
+Building pthreads:
+- goto pthreads directory
+- run nmake VC-static
+- run nmake VC-static-debug
+
+