タグ

ブックマーク / sohda.net (2)

  • Cygwin で C#

    $ csc /? Microsoft (R) Visual C# .NET Compiler version 7.00.9466 for Microsoft (R) .NET Framework version 1.0.3705 Copyright (C) Microsoft Corporation 2001. All rights reserved. Visual C# .NET コンパイラのオプション - 出力ファイル - /out:<ファイル> 出力ファイル名です (既定 : メイン クラスかファースト ファイルを伴うファイルのベース名)。 /target:exe コンソール アプリケーションをビルドします (既定)。 (短いフォーム: /t:exe) /target:winexe Windows 実行可能ファイルをビルドします。 (短いフォーム: /t:winexe) /targe

    kenjiro_n
    kenjiro_n 2007/08/04
    cliのコンパイラは.net側にすでにあるという話。
  • Cygwin 環境の構築:X11を動かす

    適当なミラーサイトの xfree/xc-4-binaries/4.1.0 以下を落としましょう。 $ mkdir /tmp/x $ cd /tmp/x $ wget -r -np -nd ftp://mirrors.rcn.net/pub/sourceware/cygwin/xfree/xc-4-binaries/4.1.0/ 60MB近くあります。 ダウンロードしたディレクトリで、 $ cd /tmp/x $ bunzip2 extract.exe.bz2 $ cp extract.exe /bin $ ./Xinstall.sh で、適当に答えていけばOK(たぶん、全部yes)。 /usr/X11R6 以下にインストールされます。一部 /etc に。 Welcome to the XFree86 4.1.0 installer You are strongly advised to b

  • 1