RPCS3 Forums
A question regarding the installation of rpcs3 on mac - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17)
+--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18)
+--- Thread: A question regarding the installation of rpcs3 on mac (/showthread.php?tid=174162)



RE: A question regarding the installation of rpcs3 on mac - EnderJS - 01-28-2016

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.



RE: A question regarding the installation of rpcs3 on mac - tambre - 01-29-2016

(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.



RE: A question regarding the installation of rpcs3 on mac - EnderJS - 01-29-2016

(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.



RE: A question regarding the installation of rpcs3 on mac - tambre - 01-29-2016

(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.



RE: A question regarding the installation of rpcs3 on mac - EnderJS - 01-29-2016

(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.