mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-01 04:47:16 +00:00
Now if the user wants to build libsearpc when he/she has installed python3 as default python interpreter. He/She need to build program as following steps: 1. ./configure PYTHON=/usr/bin/python2.x 2. make 3. make install