comp.lang.ada
 help / color / mirror / Atom feed
* New Gnoga Tool - gnoga_make
@ 2014-10-20  4:36 David Botton
  2014-10-20 16:19 ` David Botton
  0 siblings, 1 reply; 2+ messages in thread
From: David Botton @ 2014-10-20  4:36 UTC (permalink / raw)


It's now even easier to write Gnoga apps with a new tool that is part of Gnoga - gnoga_make

Gnoga_Make works on Mac, Linux and Windows

Gnoga_Make currently creates only one type of scaffolding for Gnoga apps a multi_connect app. There will be many more added before 1.0 in the next few weeks. (BTW, these scaffold apps also demonstrate good methods for developing Gnoga apps)

Example use:

Install Gnoga:

git clone git://git.code.sf.net/p/gnoga/code gnoga-code
cd gnoga-code
make install  (if on Mac / Unix and needed sudo make install)

This will build and install Gnoga as a standard gnat package and install gnoga_make in gnat/bin

With gnat/bin on your command line:

gnoga_make new My_New_App multi_connect

This will create a directory called my_new_app and create all the need files for a gnoga multi_connect application including makefiles, project files, etc.

cd my_new_app
make
bin/my_new_app

Enjoy!
David Botton

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: New Gnoga Tool - gnoga_make
  2014-10-20  4:36 New Gnoga Tool - gnoga_make David Botton
@ 2014-10-20 16:19 ` David Botton
  0 siblings, 0 replies; 2+ messages in thread
From: David Botton @ 2014-10-20 16:19 UTC (permalink / raw)


Added template for singleton scaffolding to gnoga_make:

gnoga_make new My_App singleton

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-20 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-20  4:36 New Gnoga Tool - gnoga_make David Botton
2014-10-20 16:19 ` David Botton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox