]> pd.if.org Git - liblfds/blob - building.txt
4f8c9bb4f5ea017de9a0c2b9d7537fe1dbc29ba6
[liblfds] / building.txt
1 building test
2 =============
3
4 Windows (user-mode)
5 ===================
6 1. Use Microsoft Visual Studio 2008 or Visual C++ 2008 Express Edition
7    to load "test.sln".
8
9 2. Use Microsoft Windows SDK and GNUmake to run makefile.windows (obviously
10    you'll need to have run the appropriate vcvars*.bat first; you can build
11    for both IA64, 64-bit and 32-bit - just run the correct vcvars batch file).
12
13    Targets are "rel", "dbg" and "clean".  You need to clean between switching
14    targets.
15
16 Windows (kernel)
17 ================
18 No build supported, since this is a command line utility.
19
20 Linux
21 =====
22 Use GNUmake to run "makefile.linux".  Targets are "rel", "dbg" and
23 "clean".  You need to clean between switching targets.
24
25