From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "Wed, 04 May 2011 08:00:59 MDT." References: <6cacc332-659b-4058-810f-4fd101370fbf@s14g2000vbi.googlegroups.com> Date: Wed, 4 May 2011 09:56:30 -0700 From: Bakul Shah Message-Id: <20110504165630.9FACFB827@mail.bitblocks.com> Subject: Re: [9fans] 9vx Binary for Mac OS X Topicbox-Message-UUID: dcf67de8-ead6-11e9-9d60-3106f5b1d025 On Wed, 04 May 2011 08:00:59 MDT andrey mirtchovski wrote: > it should be as simple as 'make 9vx/9vx' issued in vx32/src. > > here's a binary i just compiled: > > http://mirtchovski.com/p9/9vx.OSX.gz Here are some instructions I sent someone last week which may be of help: # Note: UNTESTED but should work.... Shouldn't be hard to # package up as a shell script. # # I assume people know how to install pythong and mercurial! # fetch 9vx bits & build it hg clone http://bitbucket.org/rminnich/vx32 cd vx32/src make 9vx/9vx # Note: this won't work on FreeBSD on x86_64. Let me know if you want this. # add a command to your ~/bin if you want cp 9vx/9vx $HOME/bin/9vx.bin cat >$HOME/bin/9vx <