Difference between revisions of "Setup"

From CSE425S Wiki
Jump to navigation Jump to search
Line 83: Line 83:
 
=Java=
 
=Java=
 
==Language==
 
==Language==
* [https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Download and Install JDK 8]
+
* Download [https://www.oracle.com/technetwork/java/javase/downloads/jdk13-downloads-5672538.html JDK13]
 +
* Install JDK13
 
==IDE==
 
==IDE==
 +
===Eclipse===
 +
* Download Up To Date Version (2019‑12) of [https://eclipse.org/downloads/ Eclipse]
 +
* Install Eclipse (Select '''Eclipse IDE for Java Developers''')
 +
===or IntelliJ===
 
* [https://www.jetbrains.com/idea/download/ Download and Install IntelliJ IDEA Community]
 
* [https://www.jetbrains.com/idea/download/ Download and Install IntelliJ IDEA Community]
:: ---or---
 
* [https://www.eclipse.org/downloads/ Download and Install Eclipse]
 
  
 
=Git Repo=
 
=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.
 
after you have cloned your git repo from bitbucket, be sure to '''import the pom.xml''' file in the top-level java folder.

Revision as of 06:40, 17 January 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 (Option A)

via chocolatey

Windows (Option B)

via 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

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 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.