File: README.win32

package info (click to toggle)
plib 1.4.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,380 kB
  • ctags: 5,002
  • sloc: cpp: 37,458; sh: 334; makefile: 164
file content (54 lines) | stat: -rw-r--r-- 1,427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54

PLIB for Windoze.
~~~~~~~~~~~~~~~~~

Let me first say that I (Steve Baker) don't own a copy
of Windoze - so I have little or no ability to help
Windoze owners with PLIB problems. It's especially
important therefore that you direct problems and
queries to the PLIB mailing lists.  Subscription
information is on the PLIB homepage:

   http://plib.sourceforge.net


CygWin:
~~~~~~~
The simplest way to build PLIB for Windoze is to
use the CygWin compiler and toolset.  Since that
environment is pretty close to UNIX/Linux, the

  ./configure
  make
  make install

...mechanism works perfectly.


MingW32:
~~~~~~~~
A couple of people have asked about doing a MingW32 port - but
as far as I can tell, the "configure/make/make install" approach
*should* work.


Microsoft Visual C++:
~~~~~~~~~~~~~~~~~~~~~
All you need to do is open the workspace "plib.dsw" in MSVC++,
select the "plib" project (using Set Active Project in the Project
menu), and build it (using "Rebuild All" in the Build menu).

In the examples folder, open the workspace "plib_examples.dsw".
Each example has a seperate project in the workspace.  Select
the one you want and build it.  Then you should be able to hit
the Go icon on the toolbar and try it out.


Borland C++:
~~~~~~~~~~~~
"Heil, David G. SDX" <DavidH@HPD.Abbott.com> contributed a set of
Borland bpg/bpr files. I know nothing more about what may be
required in order to use them.

     Steve.