[cells-gtk-cvs] CVS public_html
pdenno
pdenno at common-lisp.net
Sat Feb 11 04:39:16 UTC 2006
Update of /project/cells-gtk/cvsroot/public_html
In directory common-lisp:/tmp/cvs-serv5263/public_html
Modified Files:
faq.html
Log Message:
Added FAQ about delivery.
--- /project/cells-gtk/cvsroot/public_html/faq.html 2006/02/11 04:02:35 1.12
+++ /project/cells-gtk/cvsroot/public_html/faq.html 2006/02/11 04:39:16 1.13
@@ -30,6 +30,7 @@
<ul>
<li><a href="#q1">What is Cells-GTK?</a></li>
<li><a href="#q2">What is Cells?</a></li>
+ <li><a href="#q3">What is required to deliver executables?</a></li>
<li><a href="#q5">Did anyone really ask these questions?</a></li>
<li><a href="#q6">What GTK Widgets are implemented in cells-gtk?</a></li>
<li><a href="#q7">Do I have to use cells?</a></li>
@@ -113,6 +114,22 @@
<p/>
+<strong id="q3">Q: What is required to deliver executables?</strong><p/>
+There is only one data point that I know of with respect to this; I created an Win32 .exe
+using Lispworks. The code is available for anyone who might what to take a look (email me, it's
+not on a server anywhere). The .exe is available too.<p/>
+Key aspects of the design:
+ <ul>
+ <li>I included with the application the Cells-GTK libraries, so that the user didn't have
+ to mess around with finding and installing those.
+ <li>I used the <a href='http://nsis.sourceforge.net/Main_Page'>NSIS</a> open source installer
+ creation tool, which works nicely and, importantly, allowed me to add to the PATH variable.
+ My software looks for GTK on the path to determine where it was installed. It
+ then set *gtk-lib-path*.
+ <li>That's it!
+ </ul>
+
+
<strong id="q5">Q: Did anyone really ask these questions?</strong><p/>
<strong>A:</strong> Naw, I (Peter Denno) am just talking to myself.
<p/>
More information about the Cells-gtk-cvs
mailing list