Skip to content

Commit

Permalink
update qlfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Sep 24, 2023
1 parent d2cf60a commit ab40c74
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
13 changes: 5 additions & 8 deletions frontends/sdl2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:lem-project/cl-sdl2.git
git clone [email protected]:lem-project/cl-sdl2-ttf.git
git clone [email protected]:lem-project/cl-sdl2-image.git
```

### Windows
#### Requirements
- msys2
Expand All @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions qlfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 12 additions & 0 deletions qlfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

0 comments on commit ab40c74

Please sign in to comment.