Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / bootstrap / README.Cygwin
blobca79df2245e482287647fbb48d1214cbf45fc9c7
1 $NetBSD$
3 Please read the general README file as well.
5 ==========================================================================
7 pkgsrc supports both gcc (GNU Compiler Collection) and clang (C Language Family
8 Frontend for LLVM). gcc is the default.
10 To bootstrap using clang:
12         env CC=clang ./bootstrap --compiler=clang
14 ==========================================================================
16 The su(1) command has been in Cygwin distribution, but it has never worked.
17 Unless you bootstrap pkgsrc with the --unprivileged option, workaround is:
19   * Right click "Cygwin Terminal" in your Start Menu, then pick
20     "Run as administrator".