Searched +full:2 +full:- +full:linux +full:- +full:x86_64 (Results 1 – 3 of 3) sorted by relevance
10 - $HOME/third-party17 - cmake18 - openssl19 - libssl-dev21 - kubuntu-backports25 - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then28 wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate;29 chmod +x cmake-3.7.2-Linux-x86_64.sh;30 ./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license;32 - cmake --version[all …]
6 # $ make -f Makefile.sharedlibrary7 # $ sudo make -f Makefile.sharedlibrary install8 # $ make -f Makefile.sharedlibrary duk # --> example 'duk' linked to shared libduktape10 # $ ls -l duk11 # -rwxrwxr-x 1 duktape duktape 19407 Nov 30 15:48 duk14 # linux-vdso.so.1 => (0x00007ffd5ed3c000)16 # libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb2f944d000)17 # libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb2f9088000)18 # /lib64/ld-linux-x86-64.so.2 (0x00007fb2f9991000)20 # Based on: http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html[all …]