From ab40c74c214762d4463a2cc7c736ca3a81233e45 Mon Sep 17 00:00:00 2001 From: cxxxr Date: Sun, 24 Sep 2023 22:43:38 +0900 Subject: [PATCH] update qlfile --- frontends/sdl2/README.md | 13 +++++-------- qlfile | 3 +++ qlfile.lock | 12 ++++++++++++ 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/frontends/sdl2/README.md b/frontends/sdl2/README.md index d7d6c54de..2a7d725a7 100644 --- a/frontends/sdl2/README.md +++ b/frontends/sdl2/README.md @@ -13,14 +13,6 @@ $ brew install sdl2_image $ brew install sdl2_ttf ``` -```shell -mkdir ~/common-lisp -cd ~/common-lisp -git clone --branch apple-silicon-patch git@github.com:lem-project/cl-sdl2.git -git clone git@github.com:lem-project/cl-sdl2-ttf.git -git clone git@github.com:lem-project/cl-sdl2-image.git -``` - ### Windows #### Requirements - msys2 @@ -36,6 +28,11 @@ $ pacman -S mingw-w64-x86_64-SDL2_ttf ``` ## Launch +```shell +$ qlot install +$ qlot exec sbcl +``` + ```common-lisp * (ql:quickload :lem-sdl2) * (lem:lem) diff --git a/qlfile b/qlfile index 5502199a7..03bd637ce 100644 --- a/qlfile +++ b/qlfile @@ -4,3 +4,6 @@ git lem-base16-themes https://github.com/lem-project/lem-base16-themes.git git async-process https://github.com/lem-project/async-process.git git sblint https://github.com/cxxxr/sblint.git git rove https://github.com/fukamachi/rove.git +git cl-sdl2 https://github.com/lem-project/cl-sdl2.git +git cl-sdl2-ttf https://github.com/lem-project/cl-sdl2-ttf.git +git cl-sdl2-image https://github.com/lem-project/cl-sdl2-image.git diff --git a/qlfile.lock b/qlfile.lock index bd3f4e164..e6a58d885 100644 --- a/qlfile.lock +++ b/qlfile.lock @@ -26,3 +26,15 @@ (:class qlot/source/git:source-git :initargs (:remote-url "https://github.com/fukamachi/rove.git") :version "git-f168cd177b5f83f171dd970dc1a9abb6eb43f044")) +("cl-sdl2" . + (:class qlot/source/git:source-git + :initargs (:remote-url "https://github.com/lem-project/cl-sdl2.git") + :version "git-24dd7f238f99065b0ae35266b71cce7783e89fa7")) +("cl-sdl2-ttf" . + (:class qlot/source/git:source-git + :initargs (:remote-url "https://github.com/lem-project/cl-sdl2-ttf.git") + :version "git-e61bb2119003d8ae7792d38aa11f7728d3ee5a00")) +("cl-sdl2-image" . + (:class qlot/source/git:source-git + :initargs (:remote-url "https://github.com/lem-project/cl-sdl2-image.git") + :version "git-8734b0e24de9ca390c9f763d9d7cd501546d17d4"))