Skip to content

Commit

Permalink
Doc update after removal of C source files from repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwgoodman committed Dec 6, 2010
1 parent cdd990c commit d50da40
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
*.c
*.pyc
build
dist
Expand Down
14 changes: 10 additions & 4 deletions README.rst
Expand Up @@ -175,6 +175,12 @@ Unit tests nose
Compile gcc or MinGW
======================== ===================================

Directions for installing a *released* version of Bottleneck are given below.
Cython is not required since the Cython files have already been converted to
C source files. (If you obtained bottleneck directly from the repository, then
you will need to generate the C source files using the included Makefile which
requires Cython.)

**GNU/Linux, Mac OS X, et al.**

To install Bottleneck::
Expand All @@ -190,11 +196,11 @@ Or, if you wish to specify where Bottleneck is installed, for example inside

**Windows**

In order to compile the C code in dsna you need a Windows version of the gcc
compiler. MinGW (Minimalist GNU for Windows) contains gcc and has been used
to successfully compile dsna on Windows.
In order to compile the C code in Bottleneck you need a Windows version of the
gcc compiler. MinGW (Minimalist GNU for Windows) contains gcc and has been used
to successfully compile Bottleneck on Windows.

Install MinGW and add it to your system path. Then install dsna with the
Install MinGW and add it to your system path. Then install Bottleneck with the
commands::

python setup.py build --compiler=mingw32
Expand Down

0 comments on commit d50da40

Please sign in to comment.