Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams Collectives™ on Stack Overflow Find centralized, trusted content and collaborate around the technologies you use most. Learn more about Collectives
前にOSX LionにMacPortsからインストールしたOpenCVをXCodeでコンパイル方法を書いたけど、コマンドラインからコンパイル方法を書いてなかったので書いておきます。 gcc -wall -g -o opencv_test main.c `pkg-config –cflags opencv` `pkg-config –libs opencv` ヘッダファイルやライブラリをリンクするのに、ファイルパス指定をやってくれるのがpkg-configです。 pkg-config –cflags opencv:OpenCVのヘッダファイル指定 pkg-config –libs opencv:OpenCVのライブラリ指定 これはコマンド扱いなのでターミナルで叩くとファイルパスが見れます。 僕の環境だとこんな感じ。 ・ヘッダファイルパス pkg-config –cflags opencv -
There are several places where you can set environment variables. ~/.profile: use this for variables you want to set in all programs launched from the terminal (note that, unlike on Linux, all shells opened in Terminal.app are login shells). ~/.bashrc: this is invoked for shells which are not login shells. Use this for aliases and other things which need to be redefined in subshells, not for envir
元ネタはこちら まるたけ食堂 : MacBook Airを圧迫するsleepimageをどうにかする 最近なんだか空きSSD容量が足りない。 スタートアップディスクがフルになりましたというエラーもちょくちょく出てくる。 最近したことというとメモリ増設4GB→8GBとSnowLeopard→Lionアップデート。 とりあえず、どっかに意図しないでかいファイルがあるんだろうと思い、自力で調査。 ハードディスクの空き容量が極端に少なくなる場合の対処方法: Apple サポートコミュニティ ここに載っているコマンドが使えた。 sudo du -h -x -d 1 /最後の「/」が対象のディレクトリなので、 なにやら容量の大きいディレクトリを見つけては対象ディレクトリを変更して繰り返す。 ちなみにMBの降順で出力したい場合はこう sudo du -m -x -d 1 / | sort -nrそしたら
HomebrewでMySQLをインストールする際の注意点などについてです。MySQL自体はインストール時に表示される注意書きどおりに設定すれば問題なかったのですが、起動スクリプトで少しトラブったので備忘録です。 その他にもメモっておきたいことがあったので記事にしました。HomebrewでMySQLをインストールした方の参考になればと思います。 MySQLのインストールと初期設定 まずはMySQLのインストール。 インストールが終了すると、下のように色々と表示されるので、その通りに進めていけばとりあえず使えるようになります。 ちなみに、これらの注意書きは$ brew info mysqlを実行すればいつでも見れます。 データベースとユーザーの設定 インストールが済んだら、表示された内容に従って順に設定していきます。最初にデータベースのインストールとデータを格納する場所の設定をします。 $ u
I'm trying to setup up MySQL on mac os 10.6 using Homebrew by brew install mysql 5.1.52. Everything goes well and I am also successful with the mysql_install_db. However when I try to connect to the server using: /usr/local/Cellar/mysql/5.1.52/bin/mysqladmin -u root password 'mypass' I get: /usr/local/Cellar/mysql/5.1.52/bin/mysqladmin: connect to server at 'localhost' failed error: 'Access denied
Install Ruby on your Mac with a single command Have you been struggling for the past few hours, or even days, trying to get your Rails, Jekyll, iOS, Flutter, React Native, or other Ruby project working? Have you been getting error after error when installing Ruby gems, or even just Ruby itself? I have good news for you! Your Ruby troubles end today. Over the past twelve years, I’ve helped hundreds
When working with Linux, Unix, and Mac OS X, I always forget which bash config file to edit when I want to set my PATH and other environmental variables for my shell. Should you edit .bash_profile or .bashrc in your home directory? You can put configurations in either file, and you can create either if it doesn’t exist. But why two different files? What is the difference? According to the bash man
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く