Terry Westley Posted May 5, 2015 Share Posted May 5, 2015 I couldn't find any instructions on building for CentOS 6.6. After struggling a bit, this worked for me: [quote]tar xvf synergy-v1.7.1-stable-366f813-Source.tar.gz pushd synergy-1.7.1-Source pushd ext unzip gmock-1.6.0.zip -d gmock-1.6.0 unzip gtest-1.6.0.zip -d gtest-1.6.0 perl -pi -e "s/qmake_cmd = 'qmake'/qmake_cmd = 'qmake-qt4'/" toolchain/commands1.py popd ./configure --prefix=$HOME/usr && make [/quote] We have some special-purpose compilers. I had to remove them from my path. This is what I used: [quote][~] $ gcc --version gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11) [~] $ cmake --version cmake version 2.8.12.2 [/quote] Link to comment Share on other sites More sharing options...
Jenel Posted January 21, 2016 Share Posted January 21, 2016 Terry, I found a similar method on the wiki - https://github.com/synergy/synergy/wiki ... ent-OS-6.x You might want to check it out and see if there's anything to add. -Jenel Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.