1. SBT 설치파일 msi 파일을 다운로드 받는다. 2. 실행 3. 윈도우에서 cmd 커맨드 띄우고 4. 원하는 위치에 mkdir sbtWorkspace 로 폴더를 만든다 5. cd sbtWorkspace 6. $ sbt new sbt/scala-seed.g8.... Minimum Scala build. name [My Something Project]: hello Template applied in ./hello 이렇게하면 hello 라는 폴더가 만들어져있고 안에 sbt project structure 에 맞춘 폴더들이 생겨있따. $ cd hello $ sbt ... > run ... [info] Compiling 1 Scala source to /xxx/hello/target/scala-2.12/c..