Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upany hint to how to static compile python3.6.5 #227
Comments
|
What do you mean with "you can't pass"? |
I want to compile the python3.6.5 staticly.
I tried these options, but can't pass. any hints to help me?
cmake -DCMAKE_INSTALL_PREFIX:PATH=${HOME}/python-install
-DPYTHON_VERSION=3.6.5
-DBUILD_LIBPYTHON_SHARED=OFF
-DBUILD_EXTENSIONS_AS_BUILTIN=ON
-DWITH_STATIC_DEPENDENCIES=ON
-DENABLE_HASHLIB=ON
-DBUILTIN_HASHLIB=ON
../python-cmake-buildsystem
make -j10