forked from brave/brave-browser
-
Notifications
You must be signed in to change notification settings - Fork 1
Building Arabic
xabooda edited this page Dec 10, 2019
·
29 revisions
- macOS نظام تشغيل ابل
- Windows نظام تشغيل وندوز
- Linux/Android نظام تشغيل لينوكس واندرويد
git clone [email protected]:brave/brave-browser.git
cd brave-browser
npm install
# الملف سيأخذ ثلاثين دقيقه للتنزيل
npm run init
npm run init -- --target_os=android --target_arch=arm
# start the debug compile
npm run build
# start the release compile
npm run build Release
npm run build -- Release --debug_build=true --official_build=false
npm start
npm start Release
npm run sync -- --all