mac jquery 1.7.2 build2012/04/03 08:34

mac Lionにjquery 1.7,2 入れてみました

まずgitで持ってきた
git clone git://github.com/jquery/jquery.git

cd jqueryにいって
README.mdを読む
使うのにDBが必要だとって macだと MAMPあたりと
>>- Mac: [MAMP download](http://www.mamp.info/en/index.html)

buildするのにGnu makeとnodes必要って書いてあった

>>What you need to build your own jQuery
>>--------------------------------------
>>
>>In order to build jQuery, you need to have GNU make 3.8 or later, Node.js 0.4.12 or later, and git 1.7 or later.node
>>とか必要
でmakeしたら 出来たみたい
----以下make
jquery butcher$ make
Submodule 'src/sizzle' (git://github.com/jquery/sizzle.git) registered for path 'src/sizzle'
Submodule 'test/qunit' (git://github.com/jquery/qunit.git) registered for path 'test/qunit'
Cloning into 'src/sizzle'...
remote: Counting objects: 1497, done.
remote: Compressing objects: 100% (551/551), done.
remote: Total 1497 (delta 950), reused 1407 (delta 873)
Receiving objects: 100% (1497/1497), 540.64 KiB | 263 KiB/s, done.
Resolving deltas: 100% (950/950), done.
Submodule path 'src/sizzle': checked out 'fe2f618106bb76857b229113d6d11653707d0b22'
Cloning into 'test/qunit'...
remote: Counting objects: 1784, done.
remote: Compressing objects: 100% (1018/1018), done.
remote: Total 1784 (delta 870), reused 1653 (delta 761)
Receiving objects: 100% (1784/1784), 302.59 KiB | 126 KiB/s, done.
Resolving deltas: 100% (870/870), done.
Submodule path 'test/qunit': checked out '0712230bb203c262211649b32bd712ec7df5f857'
Building selector code from Sizzle
Building ./dist/jquery.js
Minifying jQuery ./dist/jquery.min.js
Checking jQuery against JSHint...
JSHint check passed.
jQuery Size - compared to last make
252881 (-) jquery.js
94840 (-) jquery.min.js
33648 (-) jquery.min.js.gz
jQuery build complete.