Forums » Privacy Browser PC Forum »
how to build it
hi
I use it in Secureblue , and I don't know how to build it use Kdev
I need help
Replies (14)
RE: how to build it - Added by Soren Stoutner 3 days ago
There are some instructions for building Privacy Browser PC at:
RE: how to build it - Added by no name 3 days ago
I already clone , and .kdev4 can open
and I don't know what can should I do
RE: how to build it - Added by Soren Stoutner 3 days ago
If you are not familiar with KDevelop or with building using CMake in general, I would recommend you look for a pre-packaged version of Privacy Browser PC for your Linux distribution. There is a list of known packages here:
https://repology.org/project/privacybrowser/packages
I added a link to this list at https://www.stoutner.com/privacy-browser-pc/ for other people who may have this question.
RE: how to build it - Added by Soren Stoutner 3 days ago
If you distribution you need is not in the list, I would recommend you contact them and request they add it.
RE: how to build it - Added by Soren Stoutner 3 days ago
I don't know the contact info for the Linux distribution you are using, but I assume you can find it from wherever you downloaded your installation media.
RE: how to build it - Added by no name 3 days ago
Bro , is very diffcult use kdev build ?
Can you tell what should I do ?
RE: how to build it - Added by Soren Stoutner 3 days ago
No, it is not difficult. But it does require a fair amount of knowledge about how development environments work. If you are experienced in compiling software it probably doesn't need much explanation at all. If you don't have experience compiling software but are interested in learning how to do so I would recommend you take a basic class in how to use CMake.
RE: how to build it - Added by no name 2 days ago
I know how to use Cmake to build , But I don't know which .cpp need compiling
RE: how to build it - Added by Soren Stoutner 2 days ago
They all need compiling. If you know how to use CMake, just use it to run the instructions in CMakeLists.txt