Raspberry Pi Pico
Microcontroller Development Board
Pico Displays
Need to put that 1st gen iPad to use.
Apple Cortex A7 processor
https://konradybcio.pl/linuxona7/
https://ipadlinux.org/
the language
https://tourofrust.com/index.html
redox os (unix-like os written in rust)
setup steps (with brew)
Install rustup package manager first and then have rustup install rustc, cargo.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shrustup toolchain install stable
the rust compiler is rustc
To clean up debug and other build files:
cargo clean
slint
iced
Tauri 2.0
https://www.youtube.com/watch?v=rC4FCS-oMpg
https://github.com/makepad/makepad
website https://comfyengine.org/
announcement blog post https://comfyengine.org/blog/first/
Leaving Rust gamedev after 3 years
Using D lang to mix C++ and Rust.
www.tipi.build
https://www.youtube.com/watch?v=z6j-lCOi4XM
Corrosion.rs c++ rust bridge
warp (advanced feature terminal; requires login)
media Philipp Oppermann's blog
Brodie interviews Jeremy Soller developer of Redox OS
https://areweguiyet.com/
A fast new editor to try:
zed.dev (macos, build on linux)
Crust of Rust by Jon Gjengset
apt search nala
sudo apt install nala
sudo nala install curl
## install rustup toolchain manager
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
## install rustc and cargo
rustup toolchain install stable
sudo nala install git
sudo nala install build-essential
sudo nala install clang
sudo nala install strip-nondeterminism
# install macchina alt to neofetch
# https://github.com/Macchina-CLI/macchina/wiki/Installation#build-for-everything-else
#
git clone https://github.com/grtcdr/macchina
cd macchina
cargo build --release
strip target/release/macchina
cargo run --release
Tried arm64 and x86_64 both available for download. The libraries are available in FAT binaries; works great.
port install automake fdk-aac git lame libass libtool libvorbis libvpx \ opus sdl shtool texi2html theora wget x264 x265 xvid nasm
Error: Port theora not found
sudo port install libfdk-aacsudo port install libopus
sudo port install libsdlsudo port install libtheora
sudo port install automake libfdk-aac lame libass libtool libvorbis libvpx libopus libsdl texi2html libtheora wget x264 x265 xvid nasm
WARNING: pkg-config not found, library detection may fail.
sudo port install pkgconfig ./configuremakesudo make install
/usr/local/bin/ffmpeg
Success building ffmpeg but ...
If you just want to install gnu emacs for macos and get going Emacs for MacOSX is the place to go.
xcode-select --install (installs command line tools)
install macports
sudo port install xz
./fetch-emacs-from-ftp -v ftp://ftp.gnu.org/gnu/emacs/
./build-emacs-from-tar -v emacs-27.2.tar.bz2 release
Built Emacs-27.2-11.6-x86_64.tar.bz2, Emacs-27.2-11.6-x86_64-extra-source.tar
sudo nano /opt/local/etc/macports/macports.conf
sudo port install gramps +universal
try this instead
sudo port -s install gramps +universal
result:
---> Configuring m4
Error: Failed to configure m4: consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_m4/m4/work/m4-1.4.19/config.log
Error: Failed to configure m4: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_m4/m4/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port gramps failed
sudo port install gramps
result:
---> Configuring db53
Error: Failed to configure db53: consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_db53/db53/work/db-5.3.28/build_unix/config.log
Error: Failed to configure db53: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_db53/db53/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port gramps failed
---> Some of the ports you installed have notes:
gawk has the following notes:
readline support has been removed from gawk. If you need to run gawk interactively, install rlwrap:
sudo port install rlwrap
and run gawk using rlwrap:
rlwrap gawk ...
db53 report filed
#63400 Error: Processing of port db53 failed
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_m4/m4/work/m4-1.4.19/config.log
$xcodebuild -showsdks
https://developer.apple.com/support/xcode/
sudo xcode-select --install