please tell me how to compile via powershell (src_client and src_cef). What commands to use and sequence. Thank you in advance)
4. Building the client side
You need to open the client-master folder and open PowerShell in it.
Then we write the following command:
asl and
This command will install all required build dependencies.
This command needs to be written only 1 time - for the very first time, since in the future all the necessary dependencies will already be installed.
When the dependencies are successfully installed, we need to write the following command:
npm run build
This command will collect the entire client script into 1 file in the client_packages folder, which is next to the client-master folder.
5. Assembly of CEF parts
You need to open the cef-master folder and open PowerShell in it.
Then we write the following command:
asl and
This command will install all required build dependencies.
This command needs to be written only 1 time - for the very first time, since in the future all the necessary dependencies will already be installed.
When the dependencies are successfully installed, we need to write the following command:
npm run build
This command will compile the entire CEF into several files in the client_packages/interfaces folder, which is next to the cef-master folder.