Changes between Version 32 and Version 33 of Building
- Timestamp:
- 11/09/14 04:03:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v32 v33 63 63 sudo ./setup.py install 64 64 }}} 65 66 ---- 67 68 When building against private libraries, which is the recommended way of building for Fedora and Centos, you must point the compiler and linker to the location of those private libraries, ie for 64-bit: 69 {{{ 70 LDFLAGS=-Wl,-rpath=/usr/lib64/xpra \ 71 PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib64/xpra/pkgconfig \ 72 ./setup.py install 73 }}} 65 74 }}} 66 75