タグ

linuxに関するchinkouuのブックマーク (2)

  • Cygwin

    ...is it? Cygwin is: a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows. a DLL (cygwin1.dll) which provides substantial POSIX API functionality. ...isn't it? Cygwin is not: a way to run native Linux apps on Windows. You must rebuild your application from source if you want it to run on Windows. a way to magically make native Windo

  • 開発環境の設定(cygwinのインストール)

    開発環境の設定(cygwinのインストール):物理のための数学1(講義資料2007) 目次 はじめに インストール 環境変数の設定 実際に使ってみる 付録:gnuplotのインストール はじめに C言語のプログラムを作成、実行させるためにはまず環境を整える必要があります。 以下ではWindowsXPにCygwinをインストールする方法について説明します。 内容は以前の 園部さん のものとほぼ同じです。 最新バージョンのcygwinを実際にインストールしながらスクリーンショットを取りましたので、 これからインストールしてみようという方には役に立つかも知れません。 現在手元にWindowsVistaをインストールしたコンピュータがないため、 Vistaの場合のインストール方法、設定方法についての詳細は不明です (おそらくそれほど変らないと思います)。 XP以前のWindowsの場合も手順はほぼ

  • 1