Virtualc64: Compile VirtualC64

Created on 14 Apr 2020  路  7Comments  路  Source: dirkwhoffmann/virtualc64

...excuse me...

if I should like to compile by myself the VirtualC64...
...how can I make it ? ...ehm step by step ...please

I have installed on my MBP the last Xcode.

Most helpful comment

The standard way is to clone the project directly from GitHub.

First, grab the link to the project from here:

Bildschirmfoto 2020-04-14 um 10 59 52

After that, open Xcode and select to clone an existing project:

Bildschirmfoto 2020-04-14 um 10 59 00

On the next page, you'll be requested to type in the project link. Once this is done, Xcode comes up. To compile and run the project, simply click the "Play" button. That's all you need to do.

Bildschirmfoto 2020-04-14 um 11 01 49

Please note that the standard configuration compiles the project in debug mode. The executable will be slower, but it will provide useful debug information if the app crashes. If you want to compile a version for productivity, select "Archive" from the "Product" menu and follow the instructions.

Please let my if something goes wrong.

All 7 comments

Never done it before.
I'd like to try me too, I'll follow this discussion.
Xcode 11.4 is quite downloaded on my MBP !

The standard way is to clone the project directly from GitHub.

First, grab the link to the project from here:

Bildschirmfoto 2020-04-14 um 10 59 52

After that, open Xcode and select to clone an existing project:

Bildschirmfoto 2020-04-14 um 10 59 00

On the next page, you'll be requested to type in the project link. Once this is done, Xcode comes up. To compile and run the project, simply click the "Play" button. That's all you need to do.

Bildschirmfoto 2020-04-14 um 11 01 49

Please note that the standard configuration compiles the project in debug mode. The executable will be slower, but it will provide useful debug information if the app crashes. If you want to compile a version for productivity, select "Archive" from the "Product" menu and follow the instructions.

Please let my if something goes wrong.

Wow ! Just compiled and exported as archive.

It works, you have just removed the keyboard C= bug that I told before ! Now Virtual Keyboard fully works !
Thanks

Can you please share the compiled version then?

VirtualC64.zip

@bluecursor
Hi, this is my compiled VirtualC64 from GitHub with last improvements from master.

Thanks!

I succeed in compiling it !!!
Thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Alessandro1970 picture Alessandro1970  路  6Comments

cfwdman picture cfwdman  路  6Comments

ChuckCaplan picture ChuckCaplan  路  7Comments

mortinus picture mortinus  路  6Comments

dirkwhoffmann picture dirkwhoffmann  路  4Comments