Update build instructions
[spiritwrak.git] / build.sh
index bfc2ec44590e0d84313ae8fbd27d12a0afd0a649..eefdd73277d8fac29375eb768a63e0c72ea3203a 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -15,9 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with SPIRITWRAK. If not, see <https://www.gnu.org/licenses/>.
 
-./inform '$huge' '$MAX_OBJECTS=850' '$MAX_SYMBOLS=8150' '$MAX_CLASSES=25' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' spirit
-#./inform '$huge' '$MAX_OBJECTS=800' spirit
+inform '$huge' '$MAX_OBJECTS=1000' '$MAX_SYMBOLS=8150' '$MAX_CLASSES=50' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' ++include_path=src ++include_path=lib -v8 src/spirit
 
-# The below cmd version should only be used for creating 
+# The below cmd version should only be used for creating
 # abbreviations (this will take a while too)
-#./inform -u '$huge' '$MAX_OBJECTS=800' '$MAX_TRANSCRIPT_SIZE=300000' '$MAX_SYMBOLS=8000' '$MAX_CLASSES=20' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' spirit
+#inform -u '$huge' '$MAX_OBJECTS=1000' '$MAX_SYMBOLS=8150' '$MAX_CLASSES=50' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' ++include_path=src ++include_path=lib -v8 src/spirit
\ No newline at end of file