diff dox/install.h @ 108:565b55508c8d

More dox
author Thinker K.F. Li <thinker@branda.to>
date Fri, 12 Sep 2008 13:58:30 +0800
parents
children c14cb6d12030
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dox/install.h	Fri Sep 12 13:58:30 2008 +0800
@@ -0,0 +1,20 @@
+/*! \page install How to Build and Install MadButterfly?
+ *
+ * Prerequisite
+ * - install pmake (pmake is make of FreeBSD)
+ * - install Cairo
+ *
+ * Build and Install
+ * - cd src
+ * - make
+ * - make install
+ *
+ * Examples
+ * - cd examples/calculator
+ * - make
+ * - ./calc
+ * or
+ * - cd examples/svg2code_ex
+ * - make
+ * - ./ex1
+ */