Erwin Coumans
|
cdd6954ada
|
fix pybullet cmake compilation
|
2016-05-18 15:07:42 -07:00 |
|
erwin coumans
|
99073e03f7
|
Allow to compile pybullet on Windows, using CMake
(got it to run, rename pybullet.dll into pybullet.pyd and copy in c:\python34\dlls)
Update test.py
Allow to compile pybullet using Python 3.x and 2.7
|
2016-05-10 00:57:54 -07:00 |
|
Erwin Coumans
|
b0a4e126bf
|
use cmake FIND_PACKAGE(PythonLibs 2.7 REQUIRED) if pybullet is build
|
2016-05-04 13:24:06 -07:00 |
|
Erwin Coumans
|
938db633df
|
fixes in build system
|
2016-05-03 23:34:48 -07:00 |
|
Erwin Coumans
|
709a55d5ab
|
add CMake support for pybullet (still preliminary)
requires shared library build:
cmake .. -DBUILD_SHARED_LIBS=on
then create a symbolic link from libpybullet.so to pybullet.so
|
2016-05-03 13:03:12 -07:00 |
|