How to Compile A Repo In Ubuntu
It's a GitHub repo. I downloaded its source code and modified it. I know how to static compile it with cmake. but when I copy executable file to my another ubuntu machine and run it gives an error.
I know it is because of missing libraries or files.
So I need a way to pack all the lib files inside one executable file so that I can use it easily next time without compiling in all my Ubuntu machines
Repo link: https://github.com/xmrig/xmrig/archive/v2.9.3.tar.gz
Please Help me and sorry for my bad English
14.04 18.04 gnome-terminal 18.10
|
show 1 more comment
It's a GitHub repo. I downloaded its source code and modified it. I know how to static compile it with cmake. but when I copy executable file to my another ubuntu machine and run it gives an error.
I know it is because of missing libraries or files.
So I need a way to pack all the lib files inside one executable file so that I can use it easily next time without compiling in all my Ubuntu machines
Repo link: https://github.com/xmrig/xmrig/archive/v2.9.3.tar.gz
Please Help me and sorry for my bad English
14.04 18.04 gnome-terminal 18.10
It sounds like you want to package a binary into a .deb file: eg king-foo.com/2011/11/creating-debianubuntu-deb-packages.
– pbhj
Jan 18 at 12:36
Yes, you are right, but can you give more details about how to do it with above Repo? with xmrig. its written in C++
– Eli Shain
Jan 18 at 12:39
Maybe a dupe of askubuntu.com/questions/171796/…
– pbhj
Jan 18 at 12:40
Can I use Windows OS to Pack .deb?
– Eli Shain
Jan 18 at 14:32
Do you realise @Eli Shain that xmrig has "tarballs" pre-compiled and ready to use for Ubuntu? You download from the github, untartar xvzf xmrig-2.9.4-xenial-x64.tar.gz
and then you'll have a folder, cd in to that and run the binary. Warning: doing this is running random binaries on your own machine, worth virus checking; don't run if you don't trust the source.
– pbhj
Jan 19 at 20:33
|
show 1 more comment
It's a GitHub repo. I downloaded its source code and modified it. I know how to static compile it with cmake. but when I copy executable file to my another ubuntu machine and run it gives an error.
I know it is because of missing libraries or files.
So I need a way to pack all the lib files inside one executable file so that I can use it easily next time without compiling in all my Ubuntu machines
Repo link: https://github.com/xmrig/xmrig/archive/v2.9.3.tar.gz
Please Help me and sorry for my bad English
14.04 18.04 gnome-terminal 18.10
It's a GitHub repo. I downloaded its source code and modified it. I know how to static compile it with cmake. but when I copy executable file to my another ubuntu machine and run it gives an error.
I know it is because of missing libraries or files.
So I need a way to pack all the lib files inside one executable file so that I can use it easily next time without compiling in all my Ubuntu machines
Repo link: https://github.com/xmrig/xmrig/archive/v2.9.3.tar.gz
Please Help me and sorry for my bad English
14.04 18.04 gnome-terminal 18.10
14.04 18.04 gnome-terminal 18.10
asked Jan 18 at 12:27
Eli ShainEli Shain
214
214
It sounds like you want to package a binary into a .deb file: eg king-foo.com/2011/11/creating-debianubuntu-deb-packages.
– pbhj
Jan 18 at 12:36
Yes, you are right, but can you give more details about how to do it with above Repo? with xmrig. its written in C++
– Eli Shain
Jan 18 at 12:39
Maybe a dupe of askubuntu.com/questions/171796/…
– pbhj
Jan 18 at 12:40
Can I use Windows OS to Pack .deb?
– Eli Shain
Jan 18 at 14:32
Do you realise @Eli Shain that xmrig has "tarballs" pre-compiled and ready to use for Ubuntu? You download from the github, untartar xvzf xmrig-2.9.4-xenial-x64.tar.gz
and then you'll have a folder, cd in to that and run the binary. Warning: doing this is running random binaries on your own machine, worth virus checking; don't run if you don't trust the source.
– pbhj
Jan 19 at 20:33
|
show 1 more comment
It sounds like you want to package a binary into a .deb file: eg king-foo.com/2011/11/creating-debianubuntu-deb-packages.
– pbhj
Jan 18 at 12:36
Yes, you are right, but can you give more details about how to do it with above Repo? with xmrig. its written in C++
– Eli Shain
Jan 18 at 12:39
Maybe a dupe of askubuntu.com/questions/171796/…
– pbhj
Jan 18 at 12:40
Can I use Windows OS to Pack .deb?
– Eli Shain
Jan 18 at 14:32
Do you realise @Eli Shain that xmrig has "tarballs" pre-compiled and ready to use for Ubuntu? You download from the github, untartar xvzf xmrig-2.9.4-xenial-x64.tar.gz
and then you'll have a folder, cd in to that and run the binary. Warning: doing this is running random binaries on your own machine, worth virus checking; don't run if you don't trust the source.
– pbhj
Jan 19 at 20:33
It sounds like you want to package a binary into a .deb file: eg king-foo.com/2011/11/creating-debianubuntu-deb-packages.
– pbhj
Jan 18 at 12:36
It sounds like you want to package a binary into a .deb file: eg king-foo.com/2011/11/creating-debianubuntu-deb-packages.
– pbhj
Jan 18 at 12:36
Yes, you are right, but can you give more details about how to do it with above Repo? with xmrig. its written in C++
– Eli Shain
Jan 18 at 12:39
Yes, you are right, but can you give more details about how to do it with above Repo? with xmrig. its written in C++
– Eli Shain
Jan 18 at 12:39
Maybe a dupe of askubuntu.com/questions/171796/…
– pbhj
Jan 18 at 12:40
Maybe a dupe of askubuntu.com/questions/171796/…
– pbhj
Jan 18 at 12:40
Can I use Windows OS to Pack .deb?
– Eli Shain
Jan 18 at 14:32
Can I use Windows OS to Pack .deb?
– Eli Shain
Jan 18 at 14:32
Do you realise @Eli Shain that xmrig has "tarballs" pre-compiled and ready to use for Ubuntu? You download from the github, untar
tar xvzf xmrig-2.9.4-xenial-x64.tar.gz
and then you'll have a folder, cd in to that and run the binary. Warning: doing this is running random binaries on your own machine, worth virus checking; don't run if you don't trust the source.– pbhj
Jan 19 at 20:33
Do you realise @Eli Shain that xmrig has "tarballs" pre-compiled and ready to use for Ubuntu? You download from the github, untar
tar xvzf xmrig-2.9.4-xenial-x64.tar.gz
and then you'll have a folder, cd in to that and run the binary. Warning: doing this is running random binaries on your own machine, worth virus checking; don't run if you don't trust the source.– pbhj
Jan 19 at 20:33
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110860%2fhow-to-compile-a-repo-in-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110860%2fhow-to-compile-a-repo-in-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It sounds like you want to package a binary into a .deb file: eg king-foo.com/2011/11/creating-debianubuntu-deb-packages.
– pbhj
Jan 18 at 12:36
Yes, you are right, but can you give more details about how to do it with above Repo? with xmrig. its written in C++
– Eli Shain
Jan 18 at 12:39
Maybe a dupe of askubuntu.com/questions/171796/…
– pbhj
Jan 18 at 12:40
Can I use Windows OS to Pack .deb?
– Eli Shain
Jan 18 at 14:32
Do you realise @Eli Shain that xmrig has "tarballs" pre-compiled and ready to use for Ubuntu? You download from the github, untar
tar xvzf xmrig-2.9.4-xenial-x64.tar.gz
and then you'll have a folder, cd in to that and run the binary. Warning: doing this is running random binaries on your own machine, worth virus checking; don't run if you don't trust the source.– pbhj
Jan 19 at 20:33