Skip to content

bohonghuang/sbcl-termux-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

SBCL Termux Build

This repository contains the script for building SBCL on Android with Termux, as well as the prebuilt binary for ARM64.

Requirement

Install zstd before getting started, which is required by SB-CORE-COMPRESSION since 2.2.6:

apt-get install zstd

Usage

Download and extract the prebuilt SBCL for Termux, which is available on the Release page:

curl -OL "https://github.com/bohonghuang/sbcl-termux-build/releases/download/2.3.3/sbcl-2.3.3-arm64-termux.tar.zst"
unzstd -c "sbcl-2.3.3-arm64-termux.tar.zst" | tar -xf -
cd "sbcl-2.3.3"

Now you can run SBCL with:

sh run-sbcl.sh

If it runs without problems, install SBCL with:

sh install.sh

Reference

About

Prebuilt SBCL binary for Android (Termux)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages