الترجمة

هذه التعليمات الخاصة بترجمة كود المصدر البرمجي من مكتبة LiteSync



الترجمة على Mac وLinux

1. تنزيل و ترجمة LIBUV

sudo apt-get install automake libtool libreadline-dev -y

git clone https://github.com/libuv/libuv --depth=1

cd libuv

./autogen.sh

./configure

make

sudo make install

sudo ldconfig

cd ..


2. تنزيل وترجمة BINN

git clone https://github.com/liteserver/binn

cd binn

make

sudo make install

cd ..


ترجمة LITESYNC

git clone https://gitlab.com/xxx/litesync-release litesync

cd litesync

make

sudo make install

cd ..




الترجمة على Windows باستخدام MINGW

1.تنزيل وترجمة LIBUV

git clone https://github.com/libuv/libuv --depth=1

cd libuv

sh autogen.sh

./configure

make

cd ..


2. تنزيل وترجمة Binn

git clone https://github.com/liteserver/binn

cd binn

make

cd ..


3.ترجمة LITESYNC

git clone https://gitlab.com/xxx/litesync-release litesync

cd litesync

make

cd ..




الترجمة على Windows باستخدام Visual Studio

يجب القيام بتنزيل و ترجمة كلّ من libuv وBinn

قم بتشغيل ملف Visual Studio الموجود في المجلد الفرعي win32، ثم قم باختيار Release and Build