comp.lang.ada
 help / color / mirror / Atom feed
From: David Botton <david@botton.com>
Subject: New Gnoga Tool - gnoga_make
Date: Sun, 19 Oct 2014 21:36:02 -0700 (PDT)
Date: 2014-10-19T21:36:02-07:00	[thread overview]
Message-ID: <eccb1d3e-cfb8-4195-9e41-649ab6f9a8cd@googlegroups.com> (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

             reply	other threads:[~2014-10-20  4:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-20  4:36 David Botton [this message]
2014-10-20 16:19 ` New Gnoga Tool - gnoga_make David Botton
replies disabled

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