RPCS3 Forums

Full Version: A question regarding the installation of rpcs3 on mac
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

EnderJS

Well maybe I'm too dumb... But I simply cannot understand how to install it on mac.

There is no .dmg file, I can't use the source code to directly install by typing 'make' in terminal.

Can anyone tell me how to do it? Thx a lot.

tambre

(01-28-2016, 11:06 PM)EnderJS Wrote: [ -> ]Well maybe I'm too dumb... But I simply cannot understand how to install it on mac.

There is no .dmg file, I can't use the source code to directly install by typing 'make' in terminal.

Can anyone tell me how to do it? Thx a lot.

Read the README.

EnderJS

(01-29-2016, 05:35 AM)tambre Wrote: [ -> ]
(01-28-2016, 11:06 PM)EnderJS Wrote: [ -> ]Well maybe I'm too dumb... But I simply cannot understand how to install it on mac.

There is no .dmg file, I can't use the source code to directly install by typing 'make' in terminal.

Can anyone tell me how to do it? Thx a lot.

Read the README.

I read it. But for the part

Remove '-framework QuickTime' from '_ldflags' in /usr/local/bin/wx-config

I'm not sure how to do it. And I don't know how to open this application since it's not shown in my application folder or anywhere either.

Thanks a lot for your help.

tambre

(01-29-2016, 02:27 PM)EnderJS Wrote: [ -> ]
(01-29-2016, 05:35 AM)tambre Wrote: [ -> ]
(01-28-2016, 11:06 PM)EnderJS Wrote: [ -> ]Well maybe I'm too dumb... But I simply cannot understand how to install it on mac.

There is no .dmg file, I can't use the source code to directly install by typing 'make' in terminal.

Can anyone tell me how to do it? Thx a lot.

Read the README.

I read it. But for the part

Remove '-framework QuickTime' from '_ldflags' in /usr/local/bin/wx-config

I'm not sure how to do it. And I don't know how to open this application since it's not shown in my application folder or anywhere either.

Thanks a lot for your help.

Are you a programmer and have knowledge with such build systems? If not, there's probably no point trying to compile.
Also no one on the development team has a Mac (AFAIK). Try taking a look at the travis file and follow the instructions.

EnderJS

(01-29-2016, 02:37 PM)tambre Wrote: [ -> ]
(01-29-2016, 02:27 PM)EnderJS Wrote: [ -> ]
(01-29-2016, 05:35 AM)tambre Wrote: [ -> ]
(01-28-2016, 11:06 PM)EnderJS Wrote: [ -> ]Well maybe I'm too dumb... But I simply cannot understand how to install it on mac.

There is no .dmg file, I can't use the source code to directly install by typing 'make' in terminal.

Can anyone tell me how to do it? Thx a lot.

Read the README.

I read it. But for the part

Remove '-framework QuickTime' from '_ldflags' in /usr/local/bin/wx-config

I'm not sure how to do it. And I don't know how to open this application since it's not shown in my application folder or anywhere either.

Thanks a lot for your help.

Are you a programmer and have knowledge with such build systems? If not, there's probably no point trying to compile.
Also no one on the development team has a Mac (AFAIK). Try taking a look at the travis file and follow the instructions.

Nope. Just a random person who tried on a windows platform and it seems to work, so I would like to see if it also works on a OS X platform.

Ok I will take a look. Thanks a lot.