NeXus on a Mac?

Multiply

Onyx user!
Reputation
0
Hey,
Does anyone know if you can get the NeXus client on a Mac?
If so, how?
Thanks =]
 
Yes, just run the .sh in terminal (I don't use a mac, but I use linux, I think it'd be:

Code:
sh install-mac-linux.sh
sh run-mac.sh
 
Jesus said:
Yes, just run the .sh in terminal (I don't use a mac, but I use linux, I think it'd be:

Code:
sh install-mac-linux.sh
sh run-mac.sh

Oh awesome. Thanks. I'm not very good at terminal, how do I do the cd thing to locate the file?
 
TGNx said:
Jesus said:
Yes, just run the .sh in terminal (I don't use a mac, but I use linux, I think it'd be:

Code:
sh install-mac-linux.sh
sh run-mac.sh

Oh awesome. Thanks. I'm not very good at terminal, how do I do the cd thing to locate the file?

Does mac have teamviewer or something?

Use the cd command to get to the folder (fully basing this off the windows command prompt)

E.G.

Code:
cd Desktop
cd Botclient
sh install-mac-linux.sh
sh run-mac.sh

and to see the folders/files inside the current folder type
Code:
dir
 
Jesus said:
TGNx said:
Jesus said:
Yes, just run the .sh in terminal (I don't use a mac, but I use linux, I think it'd be:

Code:
sh install-mac-linux.sh
sh run-mac.sh

Oh awesome. Thanks. I'm not very good at terminal, how do I do the cd thing to locate the file?

Does mac have teamviewer or something?

Use the cd command to get to the folder (fully basing this off the windows command prompt)

E.G.

Code:
cd Desktop
cd Botclient
sh install-mac-linux.sh
sh run-mac.sh

and to see the folders/files inside the current folder type
Code:
dir

Yeah, I've got TeamViewer. I'll PM you =]
 
Back
Top