Plugin Building Environment? [Solved]
Added by Anonymous about 6 years ago
I have my Showtime installed and configured, this seems like a basic thing, but I am not sure how to get building on a plugin inside my Linux distro? Please help
Edit
Re-building Showtime from a git clone makes it work correctly:git clone --depth 1 git://github.com/andoma/showtime
cd showtime
./configure
make
make install
Replies (4)
RE: Plugin Building Environment?
-
Added by Leonid Protasov about 6 years ago
mr 9 wrote:
I have my Showtime install and configured, this seems like a basic thing, but I am not sure how to get started on a plugin inside my Linux distro? The wiki only tells me a few things.
Please help
You mean how to develop plugin? https://showtimemediacenter.com/projects/showtime/wiki/PluginDevelopment
RE: Plugin Building Environment? - Added by Anonymous about 6 years ago
No[email protected]:~$ build.linux/showtime -p testplugin
bash: build.linux/showtime: No such file or directory
[email protected]:~$
RE: Plugin Building Environment?
-
Added by Leonid Protasov about 6 years ago
mr 9 wrote:
No
[email protected]:~$ build.linux/showtime -p testplugin
bash: build.linux/showtime: No such file or directory
[email protected]:~$
This way:
./build.linux/showtime -d -p testplugin
RE: Plugin Building Environment? - Added by Anonymous about 6 years ago
Leonid Protasov wrote:
mr 9 wrote:
No
[email protected]:~$ build.linux/showtime -p testplugin
bash: build.linux/showtime: No such file or directory
[email protected]:~$This way:
./build.linux/showtime -d -p testplugin
I think I got it working, something went wrong when I did make
on this new build.
(1-4/4)