Updated VC++ question.
This commit is contained in:
parent
03c41e6e58
commit
0b968efaac
1 changed files with 8 additions and 3 deletions
11
doc/faq.html
11
doc/faq.html
|
@ -147,9 +147,14 @@ DFLAGS= $(THREAD) $(CCL) $(VERSION) $(VIDEO) $(ZDEFS) $(DSOUND) \
|
|||
<DD>A: Try installing FreeCraft to C:\.
|
||||
|
||||
<P>
|
||||
<DT><FONT COLOR="#FF0000">Q: Can I compile FreeCraft with VC++ or Borland C++?</FONT>
|
||||
<DD>A: This C compiler aren't support yet, you can build a project and than
|
||||
mail it to us.<P>
|
||||
<DT><FONT COLOR="#FF0000">Q: Can I compile FreeCraft with VC++?</FONT>
|
||||
<DD>A: Yes. Follow the instructions in <A HREF="development.html">
|
||||
development.html</A>. But mingw32 is better supported and regular tested.
|
||||
|
||||
<P>
|
||||
<DT><FONT COLOR="#FF0000">Q: Can I compile FreeCraft with Borland C++?</FONT>
|
||||
<DD>A: This C compiler isn't support yet, you can build a project and
|
||||
write the instrutions and than mail it to us.<P>
|
||||
|
||||
But you can use <A HREF="http://sources.redhat.com/cygwin/">cygwin</A> or
|
||||
<A HREF="http://www.mingw.org">MinGW</A> both are GNU C compilers for windows.
|
||||
|
|
Loading…
Add table
Reference in a new issue