Update README

This commit is contained in:
Yamashita Yuu 2015-01-31 15:24:05 +09:00
parent eeb69b1b79
commit 7bceb85067

View File

@ -105,7 +105,7 @@ process.
configure and make options for buildling CPython. These variables will configure and make options for buildling CPython. These variables will
be passed to Python only, not any dependent packages (e.g. libyaml). be passed to Python only, not any dependent packages (e.g. libyaml).
### Building with shared library ### Building as `--enable-shared`
You can build CPython with `--enable-shared` to install a version with You can build CPython with `--enable-shared` to install a version with
shared object. shared object.