Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » Mac OS » Quick way to build a console app on mac
Quick way to build a console app on mac [message #47487] Sun, 22 January 2017 22:55 Go to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Hi all,

I'm wondering if there's a "quick" way to build a command line app on mac using Upp.
No need for gui, just core (and networking).
I'm too used to upp to learn another toolkit just to build a couple of command-line apps on Mac...
Re: Quick way to build a console app on mac [message #47489 is a reply to message #47487] Mon, 23 January 2017 01:58 Go to previous messageGo to next message
amrein is currently offline  amrein
Messages: 278
Registered: August 2008
Location: France
Experienced Member
make
make install

then use umk: http://www.ultimatepp.org/app$ide$umk$en-us.html
Re: Quick way to build a console app on mac [message #47495 is a reply to message #47489] Mon, 23 January 2017 08:45 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
amrein wrote on Mon, 23 January 2017 01:58
make
make install



make what ? upp ? on mac ?
Re: Quick way to build a console app on mac [message #47497 is a reply to message #47495] Mon, 23 January 2017 09:43 Go to previous messageGo to next message
Klugier is currently offline  Klugier
Messages: 1075
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

I believe you should try to build UMK first. Then even if TheIDE doesn't work, you will have access to all low level stuff. It shouldn't be so hard and probably you will need some patches to Core.

As Amrein said - try to you use make command - it should initialize building UMK. Just use following commands in your terminal:
cd upp
make


Do we have separate command to build only UMK like "make umk"?

Sincerely,
Klugier


U++ - one framework to rule them all.

[Updated on: Mon, 23 January 2017 09:44]

Report message to a moderator

Re: Quick way to build a console app on mac [message #47498 is a reply to message #47495] Mon, 23 January 2017 09:44 Go to previous messageGo to next message
amrein is currently offline  amrein
Messages: 278
Registered: August 2008
Location: France
Experienced Member
I have no experience of U++ building on Mac.

Mac OS is POSIX (sort of, based on BSD and March kernel) so I guess that the standard 'make', 'make install' procedure will work if you have bash, gtk+2.0, g++ (>4.9) or clang++ and pkgconfig installed.
Re: Quick way to build a console app on mac [message #47500 is a reply to message #47497] Mon, 23 January 2017 11:00 Go to previous messageGo to next message
amrein is currently offline  amrein
Messages: 278
Registered: August 2008
Location: France
Experienced Member
The Makefile in today snapshot (2017-01-23) only build both.
I added ide and umk targets to Makefile and domake in svn. Tomorrow snapshot should be ok with:

make ide
make umk
Re: Quick way to build a console app on mac [message #47518 is a reply to message #47500] Wed, 25 January 2017 15:50 Go to previous message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Thank you, Amrein, I'll test it in few days!
Previous Topic: Status of MAC porting
Next Topic: TheIDE on MAC OSX Sierra - X11
Goto Forum:
  


Current Time: Thu Mar 28 21:41:07 CET 2024

Total time taken to generate the page: 0.01374 seconds