Skip to content

Commit

Permalink
Re-added notes for Windows/Visual Studio.
Browse files Browse the repository at this point in the history
  • Loading branch information
FSX committed Apr 9, 2012
1 parent d377989 commit e13a7c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/pages/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Or get the most recent version from [Github][]:
% python setup.py install
~~~

Visual Studio's support for C is not optimal and most VS compilers are missing
`stdint.h`, which is needed to compile Misaka. This file can be downloaded
from [msinttypes][] and put into `C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include`
for example.

`setup.py` has been extended with some extra commands:

clean - cleanup directories created by packaging and build processes
Expand Down Expand Up @@ -61,6 +66,7 @@ python misaka_test.py
[PyPi]: http:https://pypi.python.org/pypi/misaka
[Github]: https://github.com/FSX/misaka
[Git]: http:https://git-scm.com/
[msinttypes]: http:https://msinttypes.googlecode.com/svn/trunk/stdint.h


## Basic Usage
Expand Down

0 comments on commit e13a7c8

Please sign in to comment.