Skip to content

Instantly share code, notes, and snippets.

View t00ts's full-sized avatar

Abel E t00ts

  • Barcelona
View GitHub Profile
@marirs
marirs / rust-cross-compile-diesel-postgresql
Last active September 15, 2024 16:30
Rust Cross Compile Diesel-PostgreSQL for Linux on Mac M1
# Download the Source
```bash
cd /tmp/
wget https://ftp.postgresql.org/pub/source/v14.2/postgresql-14.2.tar.gz
tar xvf postgresql-14.2.tar.gz
cd postgresql-14.2
```
# Configure
# - with openssl