Skip to content

MariusIndreberg/Inf-3910-5-pre_reqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Inf-3910-5-pre_reqs

A step-by-step guide to install all frameworks, libraries etc needed for the inf-3910-5 course. Guide is made under the assumption that the VS Code editor is used.

  1. Install Stuff!

    1. Ubuntu 18.04

      1. Install Mono
      2. Install Dotnet Core 3.x SDK
      3. Install FAKE as global tool. (Type dotnet tool install fake-cli -g in your terminal)
      4. Install Paket as global tool. (type dotnet tool install paket -g in your terminal)
      5. Install Node.js (>= 8.0)
      6. Install Yarn (>= 1.10.1)
      7. Install the Ionide extension in Visual Studio Code
    2. MacOs

      1. Install Mono
      2. Install Dotnet Core 3.x SDK
      3. Install FAKE as global tool. (Type dotnet tool install fake-cli -g in your terminal)
      4. Install Paket as global tool. (type dotnet tool install paket -g in your terminal)
      5. Install Node.js (>= 8.0)
      6. Install Yarn (>= 1.10.1)
      7. Install the Ionide extension in Visual Studio Code
    3. Windows

      1. Install Dotnet Core 3.x SDK
      2. Install FAKE as global tool. (Type dotnet tool install fake-cli -g in your .NetCore CLI)
      3. Install Paket as global tool. (type dotnet tool install paket -g in your .NetCore CLI)
      4. Install Node.js (>= 8.0)
      5. Install Yarn (>= 1.10.1)
      6. Install the Ionide extension in Visual Studio Code
  2. Test if stuff works.

    1. If F# works:

      1. dotnet new console -lang F# -o (insert path you want your new project to be generated at)
      2. Type dotnet run in your terminal when in the project directory.
      3. If it returns Hello world from F# it works!
    2. If SAFE Template works:

      1. Write dotnet new -i SAFE.Template to install dotnet SAFE template.
      2. Write dotnet new SAFE -s giraffe to create a new SAFE project.
      3. Write fake build -t run to test default SAFE App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages