Skip to content

Instantly share code, notes, and snippets.

View yonas's full-sized avatar

Yonas Yanfa yonas

  • Build On Technologies
  • Waterloo, Canada
View GitHub Profile
#!/usr/bin/env php
<?php
/*
Made by Kudusch (blog.kudusch.de, kudusch.de, @Kudusch)
---------
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
@yonas
yonas / Readme_VSCODE_FreeBSD
Created October 12, 2016 14:09 — forked from prash-wghats/Readme_VSCODE_FreeBSD
Notes for Building Electron and VSCode in FreeBSD11
Copy all the files to the build directory.
Copy icudtl.dat to the build directory. (you can find it in the vscode downloads ex for linux).
chromium version in port is 52.0.2743.116.
This was built with FreeBSD 11.0-RC1. If building with other versions probably need to change
the freebsd versions in diff files (ex. freebsd11 => freebsd10)
Installed
node => v6.2.2
npm => 3.9.2
>chmod 755 vscode_build.sh
@yonas
yonas / commands.txt
Created June 3, 2016 03:17 — forked from shkhln/commands.txt
libchromiumcontent bulding notes (FreeBSD 9.3 / amd64)
cd $BUILDROOT
git clone https://github.com/gliaskos/freebsd-chromium.git
cd freebsd-chromium/www/chromium/
git checkout 418e996e3a
sudo make fetch
make extract
make patch
cd $BUILDROOT
ln -s `realpath freebsd-chromium/www/chromium/work/chromium-42.0.2311.135` chromium