Skip to content

Vagrant boxes and containers that build the Deno TypeScript runtime

Notifications You must be signed in to change notification settings

anxiousmodernman/deno-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

deno-centos-build

A Vagrant box that should build deno.

Getting Started

I run this on a beefy desktop with 8 cores and lots of RAM. Adjust the Vagrant config to your specs. Be warned that building deno can take half an hour to an hour, so be generous.

vi Vagrantfile   # make your adjustments to ram and cpus

Vagrant will download a centos7 vm image, install build dependencies, and clone deno.

vagrant up
vagrant ssh

If all goes well, a deno directory will be sitting in /home/vagrant. You're ready to build from source. Check the deno docs for the latest instructions.

About

Vagrant boxes and containers that build the Deno TypeScript runtime

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published