内容简介:This repository contains an experimental port of Visual Studio Code for FreeBSD. The port is largely based on:A package file is available at the releases page. To install, download the file (with .txz extension) and run the command:If you would like to bui
Visual Studio Code port for FreeBSD
This repository contains an experimental port of Visual Studio Code for FreeBSD. The port is largely based on:
- VS Code patches and build procedures by @prash-wghats
Get
A package file is available at the releases page. To install, download the file (with .txz extension) and run the command:
pkg install vscode-<version>.txz
Run
code-oss
Build
If you would like to build artifacts for yourself, be sure you have the ports tree on your machine. If not, run the following commands:
portsnap fetch portsnap extract
Clone this repository with git command and build/install vs code:
git clone https://github.com/tagattie/FreeBSD-VSCode cd FreeBSD-VSCode/editors/vscode make install clean
Platform
- Built on FreeBSD 11 and 12 amd64.
Credits
- VS Code patches and build scripts by @prash-wghats at Electron-VSCode-Atom-For-FreeBSD
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
设计模式之禅(第2版)
秦小波 / 机械工业出版社 / 2014-2-25 / 89.00元
本书是设计模式领域公认的3本经典著作之一,“极具趣味,容易理解,但讲解又极为严谨和透彻”是本书的写作风格和方法的最大特点。第1版2010年出版,畅销至今,广受好评,是该领域的里程碑著作。深刻解读6大设计原则和28种设计模式的准确定义、应用方法和最佳实践,全方位比较各种同类模式之间的异同,详细讲解将不同的模式组合使用的方法。第2版在第1版的基础上有两方面的改进,一方面结合读者的意见和建议对原有内容中......一起来看看 《设计模式之禅(第2版)》 这本书的介绍吧!