资 源 简 介
Build
Requirement
1. Facebook API Key
1. Facebook Application Secret
1. Flex SDK 3.5 unzipped folder path
Build Option 1:
```
~$ mkdir source
~$ cd source
~/source$ wget http://vote-for-confidence.googlecode.com/files/v4c_0.02.zip
~/source$ unzip v4c_0.02.zip
~/source$ vim ant/build.property
//fill in the values of "value" attribute at property node with named: APIKEY, APPSEC, FLEX_HOME
~/source$ ant -f ant/build.xml
//copy all files in wwwroot folder to your website dir.
**Build Option 2:**
~$ mkdir source
~$ cd source
~/source$ wget http://vote-for-confidence.googlecode.com/svn/tags/v4c_0.02/ant/buildhelp.xml
~/source$ vim buildhelp.xml
//fill in the values of "value" attribute at property node with named: APIKEY, APPSEC, FLEX_HOME
~/source$ ant -f buildhelp.xml
//copy all