Difference between revisions of "Setup"
Jump to navigation
Jump to search
(→Ubuntu) |
|||
Line 47: | Line 47: | ||
=Ruby= | =Ruby= | ||
==Language== | ==Language== | ||
− | + | : [https://rvm.io/rvm/install Install Ruby via RVM] | |
+ | : or (on Windows) [https://rubyinstaller.org/downloads/ Ruby Installer (choose +DevKit)] | ||
==OpenGL== | ==OpenGL== |
Revision as of 06:28, 11 July 2019
Contents
Coursera
- follow the link to Programming Languages Part A
- click "Join For Free" in the top right corner.
- do what you need to do to join coursera (and log in, if necessary).
- click on enroll for free
repeat for
ML
Language: Standard ML of New Jersey
Mac OSX
Windows (Option A)
Windows (Option B)
Linux
Editor
VS Code (Preferred)
- Download and Install VS Code
- Add Standard ML language support by Darin Morrison
or Sublime Text (Alternate)
Racket
Language and IDE
Ruby
Language
- Install Ruby via RVM
- or (on Windows) Ruby Installer (choose +DevKit)
OpenGL
Mac OSX
brew install glfw
Windows
Via Download
ActiveTcl (Includes Tk) Community Edition
Via Chocolatey
choco install glfw3 choco install activetcl
Linux
Ubuntu
sudo apt-get update sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev sudo apt-get install libglfw3-dev sudo apt-get install libtcltk-ruby
Fedora
Gems
gem install os gem install opengl-bindings gem install glfw3 gem install chunky_png gem install tk
IDE
Java
Language
IDE
- ---or---
Git Repo
after you have cloned your git repo from bitbucket, be sure to import the pom.xml file in the top-level java folder.