Hi, something like this: $ git clone https://github.com/pharo-project/pharo-vm.git $ cd pharo-vm/opensmalltalk-vm/build.linux32x86/pharo.cog.spur/build $ ./mvm you will be ok as long as you provide the requirements (taken from travis): addons: apt: packages: - debhelper - devscripts - libasound2-dev - libssl-dev - libfreetype6-dev - libx11-dev - libxext-dev - gcc-multilib - uuid-dev - zip # next ones are required for compiling libgit2 - cmake - libssh2-1-dev - openssh-client - openssh-server - libtool - automake - autoconf btw, I think we do not need anymore to provide libssh2 and openssh (because we are building them too), but is not bad to have them :) cheers! Esteban
On 25 Mar 2017, at 18:13, Alistair Grant <akgrant0710@gmail.com> wrote:
Hi Everyone,
Would someone please point me to instructions on how to build the 6.0 threaded VM for linux (Ubuntu).
Thanks! Alistair