内容简介: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
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The Art of Computer Programming, Volume 2
Knuth, Donald E. / Addison-Wesley Professional / 1997-11-04 / USD 79.99
Finally, after a wait of more than thirty-five years, the first part of Volume 4 is at last ready for publication. Check out the boxed set that brings together Volumes 1 - 4A in one elegant case, and ......一起来看看 《The Art of Computer Programming, Volume 2》 这本书的介绍吧!