|
|
4 лет назад | |
|---|---|---|
| .. | ||
| .gitignore | 7 лет назад | |
| README.md | 4 лет назад | |
| chad-music.asd | 4 лет назад | |
| config.lisp.example | 7 лет назад | |
| db.lisp | 4 лет назад | |
| rym.lisp | 7 лет назад | |
| server.lisp | 4 лет назад | |
| test.lisp | 7 лет назад | |
| utils.lisp | 4 лет назад | |
$ git clone https://gogs.chad-partners.com/chad-partners/chad-music.git
$ git clone https://gogs.chad-partners.com/chad-partners/taglib.git
Ubuntu
$ sudo apt install libev4
Roswell is a tool to manage Common Lisp environments
Ubuntu Download and install latest deb package from Releases page
Mac OS X Use homebrew:
$ brew install roswell
$ ros run
* (exit)
$
You have to link your projects (chad-music backend and taglib) to local repo:
$ ln -s ~/<path>/<to>/<chad-music>/chad-music/back ~/.roswell/local-projects/chad-music
$ ln -s ~/<path>/<to>/<taglib>/taglib ~/.roswell/local-projects/taglib
$ ros emacs
Then within emacs run Slime with M-x slime and load chad-music:
CL-USER> (ql:quickload :chad-music)
Hope that everything loads without problems.