mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-17 21:24:40 +10:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ef601a79b | ||
|
|
c67c2ad9f5 | ||
|
|
34b399c05a |
@@ -18,6 +18,9 @@
|
|||||||
|
|
||||||
### <a id="dependencies-linux"></a>Linux
|
### <a id="dependencies-linux"></a>Linux
|
||||||
|
|
||||||
|
- GCC
|
||||||
|
- make
|
||||||
|
- pkg-config
|
||||||
- libx11-dev
|
- libx11-dev
|
||||||
- libxkbfile-dev
|
- libxkbfile-dev
|
||||||
- libsecret-1-dev
|
- libsecret-1-dev
|
||||||
@@ -25,6 +28,9 @@
|
|||||||
- rpm
|
- rpm
|
||||||
- rpmbuild
|
- rpmbuild
|
||||||
- dpkg
|
- dpkg
|
||||||
|
- python3
|
||||||
|
- libsecret-1-dev
|
||||||
|
- imagemagick (for AppImage)
|
||||||
|
|
||||||
### <a id="dependencies-macos"></a>MacOS
|
### <a id="dependencies-macos"></a>MacOS
|
||||||
|
|
||||||
@@ -34,6 +40,8 @@
|
|||||||
- sed
|
- sed
|
||||||
- 7z
|
- 7z
|
||||||
- [WiX Toolset](http://wixtoolset.org/releases/)
|
- [WiX Toolset](http://wixtoolset.org/releases/)
|
||||||
|
- python2
|
||||||
|
- 'Tools for Native Modules' from official Node.js installer
|
||||||
|
|
||||||
## <a id="build-scripts"></a>Build Scripts
|
## <a id="build-scripts"></a>Build Scripts
|
||||||
|
|
||||||
@@ -70,4 +78,4 @@ export OS_NAME=linux
|
|||||||
export VSCODE_ARCH=x64
|
export VSCODE_ARCH=x64
|
||||||
|
|
||||||
./build.sh
|
./build.sh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user