欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Masques
来自开放百科 - 灰狐
(版本间的差异)
(以“Masques 是一个Clojure开发的开源(GPL v3)社交网络。 ==指南== git clone https://github.com/macourtney/masques lein deps lein repl ==图集== <ga...”为内容创建页面) |
小 (→图集) |
||
(未显示1个用户的7个中间版本) | |||
第3行: | 第3行: | ||
==指南== | ==指南== | ||
git clone https://github.com/macourtney/masques | git clone https://github.com/macourtney/masques | ||
− | lein deps | + | lein do clean, deps, test, install |
− | lein | + | cd target |
+ | java -cp masques-1.0.0-SNAPSHOT.jar masques.main | ||
+ | 制作安装程序,修改 build.xml 加入 | ||
+ | <mkdir dir="build"/> | ||
+ | ant dir | ||
+ | 安装[https://oss.sonatype.org/content/repositories/releases/org/codehaus/izpack/izpack-standalone-compiler/4.3.5/izpack-standalone-compiler-4.3.5.jar IzPack 4.3.5] 并修改 build.xml | ||
+ | <taskdef name="IzPack" | ||
+ | classpath="${izpack.dir}/lib/izpack-standalone-compiler-4.3.5.jar" | ||
+ | find . -name wrapper.jar | ||
+ | 将 ant wrapper.jar 拷贝到 install 目录下,然后执行 ant | ||
+ | cd target/installer | ||
+ | java -jar masques_installer.jar | ||
+ | 在安装的目录下运行 | ||
+ | masques.sh 或 masques.sh -m development | ||
+ | 可能错误:Exception in thread "main" java.lang.NoClassDefFoundError: clojure/lang/IFn | ||
+ | lein uberjar | ||
+ | java -jar masques-1.0.0-SNAPSHOT-standalone.jar | ||
+ | |||
+ | ==桌面== | ||
+ | 使用 [https://github.com/daveray/seesaw Seesaw] 构建桌面应用。 | ||
==图集== | ==图集== | ||
<gallery> | <gallery> | ||
image:masques-friends.png|朋友 | image:masques-friends.png|朋友 | ||
+ | image:masques-erd.png|ERD | ||
+ | image:masques-installer.png|安装程序 | ||
+ | image:masques-desktop.png|桌面 | ||
</gallery> | </gallery> | ||
2016年5月10日 (二) 15:25的最后版本
Masques 是一个Clojure开发的开源(GPL v3)社交网络。
目录 |
[编辑] 指南
git clone https://github.com/macourtney/masques lein do clean, deps, test, install
cd target
java -cp masques-1.0.0-SNAPSHOT.jar masques.main
制作安装程序,修改 build.xml 加入
<mkdir dir="build"/> ant dir
安装IzPack 4.3.5 并修改 build.xml
<taskdef name="IzPack" classpath="${izpack.dir}/lib/izpack-standalone-compiler-4.3.5.jar"
find . -name wrapper.jar
将 ant wrapper.jar 拷贝到 install 目录下,然后执行 ant cd target/installer java -jar masques_installer.jar
在安装的目录下运行
masques.sh 或 masques.sh -m development
可能错误:Exception in thread "main" java.lang.NoClassDefFoundError: clojure/lang/IFn
lein uberjar java -jar masques-1.0.0-SNAPSHOT-standalone.jar
[编辑] 桌面
使用 Seesaw 构建桌面应用。
[编辑] 图集
[编辑] 链接
分享您的观点