-
I don't see instructions on building Lem anywhere, so I git cloned the repo and ran `make`, but it failed. See below.
```
❯ mkdir lem
❯ cd lem
❯ git clone https://github.com/lem-project/lem.git…
-
It's pretty janky to depend on .lib files and it causes interopability issues when moving between compilers. Also, not all libraries have prebuilt lib files so we'd need to build them manually anyway …
-
OpenBSD needs a patch for SDL2:
```
diff --git a/frontends/sdl2/platform.lisp b/frontends/sdl2/platform.lisp
index ad251e97..72784152 100644
--- a/frontends/sdl2/platform.lisp
+++ b/frontends/s…
rpx99 updated
4 months ago
-
Okay, so maybe the cebix repo isn't dead? I moved to this fork because it had the 64bit slirp fixes already, and generally seemed to work better. Basilisk II JIT works perfectly in this tree, and... d…
-
I found an error occurs when typing any keys, after launching lem.
## Environment
```
$ uname -a
Linux dhole 5.15.0-72-generic #79~20.04.1-Ubuntu SMP Thu Apr 20 22:12:07 UTC 2023 x86_64 x86_64…
t-sin updated
4 months ago
-
I have installed roswell and followed the [workaround](https://github.com/lem-project/lem/issues/628) with cloning log4cl from master and managed to install lem. The ncurses frontend works when I run …
-
Since this commit, I have a severe lag in the GUI:
https://github.com/lem-project/lem/commit/f97c2482
with this, ALL Lem commands have a severe lag, for example typing anything in M-x and displa…
-
I'm trying to learn Japanese. As such, I have ibus set up with the Anthy engine to enable me to type Japanese characters. My main method of changing to the Anthy engine is to press Alt+`, but when d…
-
It would be cool to have this application run on mac OS X as well. Are there any plans to port this to mac OS X? Thanks
-
Hi,
I would like to share a little project on which I have worked in the last months.
It is a port of AppleWin to a native linux application based on Qt.
It is available here https://github.com…