1
edit
Changes
→Build the source
===Build the source===
First, we'll build the locales (language translation files). If your not modifying the locales, you need only do this once.
<source lang="bash">
cd ~/dev/bigbluebutton/bigbluebutton-client
ant locales
</source>
This will take about 10 minutes (depending on the speed of your system).
Next, let's build the client
<source lang="bash">
ant
</source>