Skip to content

Instantly share code, notes, and snippets.

@coltoncat
coltoncat / gist:36538f66a874b83ec15e33b243dc194c
Last active April 15, 2020 00:42
Python ARM A53 Build Configure Parameters

Building Python on ARM

This is here to remind me of how I like to build Python on ARM.

Dependencies

Following dependencies are required:

libffi-dev libbz2-dev liblzma-dev libsqlite3-dev libncurses5-dev libgdbm-dev zlib1g-dev libreadline-dev libssl-dev tk-dev build-essential libncursesw5-dev libc6-dev openssl

Configure flags

@coltoncat
coltoncat / normalized.html
Created October 20, 2012 02:59 — forked from scottkellum/normalized.html
pixel normalization
<!doctype html>
<html>
<head>
<!-- Encoding -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"></meta>