]>
Git — Sourcephile - gargantext.git/blob - bin/install
3 #stack install --nix --profile --test --fast --no-install-ghc --skip-ghc-check
5 # Another solution to build
8 # If you have a linker issue:
9 # stack build --extra-lib-dirs=/nix/store/r3x96j3kmcs8dv4l02rrjmbhm535jycy-icu4c-72.1/lib
11 if [[ $1 == "dev" ]] ;
14 env LANG
=en_US.UTF
-8 LC_ALL
=en_US.UTF
-8 stack
--nix install --no-install-ghc --skip-ghc-check --no-haddock-deps
16 echo "PROD install (with documentation)"
17 nix
-shell --run "cabal install"
18 #env LANG=C.UTF-8 stack install --haddock --nix --test --no-install-ghc --skip-ghc-check --no-haddock-deps