Monday, May 13, 2024
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 102864  / 3 Years ago, wed, september 29, 2021, 3:15:58

How can I install Popcorn Time beta ?



I see on their website that they only offer a 64-bit installation files, but the sources are open.



I can't use the usual ./configure && make. So, what can I do ?


More From » software-installation

 Answers
5

Manually :



1) Get the files



Clone the repo with git (install it if needed) :



git clone https://git.popcorntime.io/popcorntime/desktop.git


2) Install node.js



sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs


3) Install node.js requiered dependencies



sudo npm install -g grunt-cli bower


4) enter the directory



cd desktop


5) Install Popcorn-Time dependencies



npm install


6) Build with grunt



grunt build


7) Get the built executable



You'll find the executable inside the build/releases folder



7bis) Start the live-development



grunt start

[#26546] Wednesday, September 29, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oneeme

Total Points: 340
Total Questions: 110
Total Answers: 133

Location: Ghana
Member since Fri, Oct 21, 2022
2 Years ago
;