Skip to content

Commit

Permalink
clogframe availability
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbibotton committed Apr 28, 2024
1 parent 6f78920 commit 4f45b7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ or drag to your application bar.
(Do frequently, as I add new features constantly)

- If you change the director of this install run make.bat

*** frame.bat ***

- If you would like to run the CLOG Builder in a native window after setup.bat
or update.bat you can run frame.bat and the builder.exe will not use the
browser. However clogframe.exe must be in same directory.
Binary file added clogframe.exe
Binary file not shown.
1 change: 1 addition & 0 deletions frame.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbcl\sbcl.exe --no-userinit --no-sysinit --eval "(load \"ql.lisp\")" --eval "(load \"quicklisp/setup.lisp\")" --eval "(push #P\"./common-lisp\" ql:*local-project-directories*)" --eval "(ql:quickload :cl-isaac)" --eval "(ql:quickload :clog)" --eval "(ql:quickload :clog/tools)" --eval "(sb-ext:save-lisp-and-die #P\"builder.exe\" :toplevel (lambda () (clog-tools:clog-builder :port 0 :app t :start-browser nil :clogframe t)(loop (sleep 10))) :executable t)"

0 comments on commit 4f45b7c

Please sign in to comment.