본문 바로가기
개발/F#

F# Start up

by 꾸루루 2020. 6. 10.

1. 먼저 닷넷 코어 설치 필요

https://dotnet.microsoft.com/download

 

Download .NET (Linux, macOS, and Windows)

Free downloads for building and running .NET apps on Linux, macOS, and Windows. Runtimes, SDKs, and developer packs for .NET Framework, .NET Core, and ASP.NET.

dotnet.microsoft.com

 

2. F# 커뮤니티의 지배적인 의견에 따라 Nuget대신 Paket을 사용하기 위해 Paket 설치

https://fsprojects.github.io/Paket/installation.html

 

Paket installation

This guide will show you How to set up Paket for a specific repository. How to install Paket for Windows, Linux, or macOS. How to ensure paket.exe is available via command line and other methods of use. Install editor support. Set up shell completion for P

fsprojects.github.io

여기서 

 

dotnet tool install --global Paket

 

로 글로벌로 설치하였슴.

 

 

~/.zshrc 에 패스 추가

 

 

설치되었음.

'개발 > F#' 카테고리의 다른 글

F# Option  (0) 2020.07.01
SAFE - Client.fs - 1: 모듈  (0) 2020.06.22
SAFE Stack  (0) 2020.06.13
fable-elmish Startup  (0) 2020.06.10