Re: [9fans] 9vx Binary for Mac OS X

2011-05-04 Thread Bakul Shah
On Wed, 04 May 2011 09:56:30 PDT Bakul Shah   wrote:
> # I assume people know how to install pythong and mercurial!

er... I meant python! Pythong seems like something Natassja Kinski
wore in the eighties.



Re: [9fans] 9vx Binary for Mac OS X

2011-05-04 Thread Bakul Shah
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 

Re: [9fans] 9vx Binary for Mac OS X

2011-05-04 Thread Brian L. Stuart
> > it should be as simple as 'make 9vx/9vx' issued in
> vx32/src.
> 
> knowing the right make target was the stumbling block for
> me too, a few months ago. I'm thinking it should be
> documented. the ADVENTURE file gives wrong instructions (cd
> src; make; make install)

That's what makes it an ADVENTURE? :)

BLS




Re: [9fans] 9vx Binary for Mac OS X

2011-05-04 Thread Ethan Grammatikidis


On 4 May 2011, at 3:00 pm, andrey mirtchovski wrote:


it should be as simple as 'make 9vx/9vx' issued in vx32/src.


knowing the right make target was the stumbling block for me too, a  
few months ago. I'm thinking it should be documented. the ADVENTURE  
file gives wrong instructions (cd src; make; make install)





Re: [9fans] 9vx Binary for Mac OS X

2011-05-04 Thread andrey mirtchovski
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

andrey



[9fans] 9vx Binary for Mac OS X

2011-05-04 Thread Brian Vito
Is there any way someone could post a binary of rminnich's vx32/9vx
for Mac OS X 10.6/Intel to the bitbucket site at 
https://bitbucket.org/rminnich/vx32,
or provide detailed instructions on how to build it for a non-
programmer?

I use 9vx 0.12 to run sam, but I am not a programmer, so I haven't
been able to get this newer version up and running.

Thanks,
Brian