View Download and merge HTTP Live Streaming .ts files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
View Readme_VSCODE_FreeBSD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
View commands.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |