Jump to content

Hi :)

 

I have 0 experience in coding.

I found an app on GitLab that is designed to run on macOS and I would like to try it.

Unfortunately, it looks like I can only download the source (a bunch of swift files) and that no release package was made available.

Other users all mentioned they built the app from source on their mac.

 

How should I do that?

 

 

Thank you very much in advance for your guidance.

Best,

-a-

Link to comment
https://linustechtips.com/topic/1252852-solved-build-mac-app-from-source/
Share on other sites

Link to post
Share on other sites

3 minutes ago, asheenlevrai said:

I found an app on GitLab that is designed to run on macOS and I would like to try it. Unfortunately, it looks like I can only download the source (a bunch of swift files) and that no release package was made available.

Other users all mentioned they built the app from source on their mac. How should I do that?

Is there no readme file in the repository that explains how to do this?

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to post
Share on other sites

12 minutes ago, asheenlevrai said:

nothing like that in the readme file

I am not familiar with how stuff is done on Mac, but I assume you need to download the Swift Compiler and compile it like that.

Just guessing though.

 

It might be easier to ask in the comments on the Git page though 

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to post
Share on other sites

9 minutes ago, elpiop said:

Download Xcode and open the Aureal.xcodeproj file. Then you can either build/run it or archive and export the application

Thanks :)

 

I've never used Xcode before.

what is the difference between build/run and archive or even export?

Would I be able to generate an .app file (or a installer like a .dmg or a .pkg file) that I could then use on different macs?

Tx

-a-

Link to post
Share on other sites

1 minute ago, asheenlevrai said:

Thanks :)

 

I've never used Xcode before.

what is the difference between build/run and archive or even export?

Would I be able to generate an .app file (or a installer like a .dmg or a .pkg file) that I could then use on different macs?

Tx

-a-

Run will just run the app from Xcode. If you Archive it, you can copy the .app file and distribute it, yes. 

Link to post
Share on other sites

1 minute ago, asheenlevrai said:

Thank you SO much :D

No problem. After you open Xcode, you'll want to go to Product -> Archive at the top of the screen. Once it archives it should open the organizer where you can click "Distribute App" and select "Copy app". 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×