aboutsummaryrefslogtreecommitdiff
path: root/building.txt
blob: bffb109022e735d1ab6d263cea04e7de008d32ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

Building vcxsrv:
- run mhmake MAKESERVER=1 in xorg-server directory