Changes between Version 2 and Version 3 of AVR-GCC-2012


Ignore:
Timestamp:
Sep 21, 2012 12:50:24 PM (12 years ago)
Author:
sgk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AVR-GCC-2012

    v2 v3  
    88== 準備 ==
    99ディレクトリを作成します。
    10 スーパーユーザでmake installを行うと悲しいことが起きる可能性があるので、あらかじめchownで自分の物にしておきます。
     10スーパーユーザでmake installを行うと悲しいことが起きる可能性があるので、スーパーユーザで作業しなくて済むように、あらかじめchownで自分の物にしておきます。
    1111
    1212{{{
     
    1414% sudo chown 自分 /usr/local/avr
    1515% cd /usr/local/avr
    16 % mkdir src
    1716}}}
    1817