Difference between revisions of "Setup"

From CSE425S Wiki
Jump to navigation Jump to search
Line 74: Line 74:
 
[https://www.ruby-lang.org/en/documentation/installation/ Installation Instructions]
 
[https://www.ruby-lang.org/en/documentation/installation/ Installation Instructions]
  
 +
<!--
 
==OpenGL==
 
==OpenGL==
 
===Mac OSX===
 
===Mac OSX===
Line 92: Line 93:
  
 
====Fedora====
 
====Fedora====
 +
-->
  
 
==Gems==
 
==Gems==

Revision as of 00:54, 17 September 2020

Coursera

JoinForFree.jpg
  • do what you need to do to join coursera (and log in, if necessary).
  • click on enroll for free
EnrollForFreeA.png
FullCourseNoCertificate.png

repeat for

ML

Language: Standard ML of New Jersey

Mac OSX

via homebrew

Windows

download msi installation

Linux

via apt-get or yum

Editor

VS Code (Preferred)

Extensions.png

SearchStandardML.png

InstallStandardML.png

OpenFolder.png

or Sublime Text (Alternate)

Racket

Language and IDE

Ruby

Language

Mac OSX

A Path From UW That Has Worked

Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Install ActiveTcl 8.5
Install ActiveTcl 8.5 (not 8.6) from www.activestate.com
Install Ruby Version Manager
\curl -sSL https://get.rvm.io | bash
Install Ruby With Tcl and Tk
rvm reinstall ruby-2.2.3 --with-tcl --with-tk
Set Ruby Version
rvm use 2.2.3 --default
Confirm Version
ruby --version

Windows

Suggested Path: Download From RubyInstaller

Ruby+Devkit 2.6.6-1 (x64)

Alternate Path

Install Ruby via RVM

Linux

Installation Instructions


Gems

gem install os
gem install opengl-bindings
gem install glfw3
gem install chunky_png
gem install launchy
gem install tk

IDE

Java

Language

  • Download JDK13
  • Install JDK13

IDE

Eclipse

  • Download Up To Date Version (2019‑12) of Eclipse
  • Install Eclipse (Select Eclipse IDE for Java Developers)

or IntelliJ

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.