Fixup fromcvs/togit conversion
[pkgsrcv2.git] / bootstrap / README.Cygwin
1 $NetBSD$
2
3 Please read the general README file as well.
4
5 ==========================================================================
6
7 pkgsrc supports both gcc (GNU Compiler Collection) and clang (C Language Family
8 Frontend for LLVM). gcc is the default.
9
10 To bootstrap using clang:
11
12         env CC=clang ./bootstrap --compiler=clang
13
14 ==========================================================================
15
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:
18
19   * Right click "Cygwin Terminal" in your Start Menu, then pick
20     "Run as administrator".