-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build linux32 #648
base: master
Are you sure you want to change the base?
Build linux32 #648
Conversation
Hi, I've been following your work on building popcorntime for linux32, and is currently trying this method to make it work. Just a question though, but where do you local the file libffmpegsumo.so? I know that you have to replace it with daka90's file, but any idea which folder I can find it stored? |
Hi @ucschrissy , @dako90 's file is located in
|
@myf i have the file from dako90 already, but where in my file system is the file that needs to be replaced? |
ah, in that case you have two choices,
then you go to build/releases/Popcorn-Time/linux32/Popcorn-Time and run
then you go to build/releases/Popcorn-Time/linux32/Popcorn-Time and replace the libffmpegsumo.so with @dako90 's file then run
|
Sorry, I realized that I am new to grunt and would really appreciate all the help you can provide me here. From the very first command (npm install), I am already getting an error. Here's the log file: info it worked if it ends with ok Any idea what seems to be the problem? |
hold on, let me give you a built version so you can use it in a bit |
It's works! Thank you! |
@ucschrissy i just created a new repo on github for the built version for lack of better ways to share... anyway here it is https://github.com/myf/popcorn_linux32 clone it and run it by
|
Hi, I've cloned and downloaded it. It make a new ./Popcorn-Time folder in Home Now, is this executable already, or do I still need to run/compile it with grunt? I tried to run it by using sudo run Popcorn-Time but doesn't seem to work. Perhaps you can give me a step by step here? :) |
hi @ucschrissy , no worries, let's take it step by step :)
make sure there is a dot and a slash preceding Popcorn-Time then magic would happen :) |
hi @myf oh, you mean literally run it like that. gosh. anyway, its running already and i'm just trying out if it's going to proceed to viewing after buffering is done. We'll keep you posted and will surely follow your work. Thanks brother! |
I've tried to run it as per your instructions, but mine get stuck on please wait screen and nothing happens, any idea why? |
@reddo try this: git clone https://github.com/myf/popcorn_linux32 Popcorn_Time it should take about 5 mins to get all the files for that project to clone on your PC. go to folder Type ./Popcorn-Time ;) |
@myf hey man, with the compile that you gave me for the 32-bit, may I ask where the already watched movies are storing? with the other source builds, it stores under /tmp/popcorn-time. However, i am running this build solely from the compiled github that you provided. Any ideas where the movies might be? |
Hey! Thanks for the contribution! Unfortunately this project is no longer being maintained, but it is being forkd by the very reputable folks at YiFy, so please resubmit your pull request to: https://github.com/Yify/popcorn-app |
Submit it here as well: https://github.com/isra17/popcorn-app |
use libffmpegsumo.so from @daka90 to build popcorn-app under linux32 environment successfully, ref issue #615