1 - Inflate the package tar zxvf ins.tar.gz 2 - Set your classpath cd ins source scripts/setpaths.sh 3 - Compile only the java part of the keyrouter (use pre-compiled c side) cd ins/keyrouters/javakeyrouter/ make 4 - Now make the resolvers cd ins make resolver 5 - Make the Twine version of the resolver cd ins/inr make twine 6 - Make the sample applications cd ins/ make apps 7 - You need to create a user sfs ckr uses a user called "sfs". Even if you don't isntall sfs, you need to create a user. As root, try something like: "adduser sfs" 8 - Test if the Twine resolver is working cd scripts/DemoTwine/ ./start