Skip to content

Commit

Permalink
Add -lasound
Browse files Browse the repository at this point in the history
  • Loading branch information
djdiskmachine committed Jan 28, 2023
1 parent 30e0e41 commit e194e10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 6 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
FROM debian:buster-slim
ENV DEBIAN_FRONTEND noninteractive

ENV TZ=America/New_York
ENV TZ=Sweden/Stockholm
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

RUN apt-get -y update && apt-get -y install \
bc \
build-essential \
bzip2 \
bzr \
wget \
cmake \
cmake-curses-gui \
cpio \
git \
libncurses5-dev \
make \
rsync \
scons \
tree \
bzip2 \
unzip \
wget \
&& rm -rf /var/lib/apt/lists/*
rsync \
libncurses5-dev \
file

RUN mkdir -p /root/workspace
WORKDIR /root
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ After building the first time, `make shell` will skip building and drop into the
## Workflow

`cd` into `~/buildroot` and run `make sdk` (or optionally `make menuconfig` first to add additional libraries).
### -lasound not preconfigured and can be found in `make menuconfig` under
#### Target packages -> Audio and video applications -> alsa-utils

Then you can copy out individual binaries, libraries, and headers from `~/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/`
or return to `~` and run `./package-toolchain.sh` to generate `~/workspace/miyoomini-toolchain.tar.xz`.
Expand Down

0 comments on commit e194e10

Please sign in to comment.