{"id":16153720,"url":"https://github.com/moneroexamples/monero-compilation","last_synced_at":"2025-04-06T23:41:28.047Z","repository":{"id":46138146,"uuid":"161965313","full_name":"moneroexamples/monero-compilation","owner":"moneroexamples","description":"Basic instruction on compliation of monero for use in moneroexamples projects","archived":false,"fork":false,"pushed_at":"2025-04-06T10:22:17.000Z","size":20,"stargazers_count":4,"open_issues_count":0,"forks_count":10,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T11:24:25.814Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moneroexamples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-16T03:45:22.000Z","updated_at":"2025-04-06T10:22:20.000Z","dependencies_parsed_at":"2022-08-29T21:31:42.684Z","dependency_job_id":null,"html_url":"https://github.com/moneroexamples/monero-compilation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneroexamples%2Fmonero-compilation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneroexamples%2Fmonero-compilation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneroexamples%2Fmonero-compilation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneroexamples%2Fmonero-compilation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moneroexamples","download_url":"https://codeload.github.com/moneroexamples/monero-compilation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569130,"owners_count":20959758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T01:14:16.874Z","updated_at":"2025-04-06T23:41:28.034Z","avatar_url":"https://github.com/moneroexamples.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# monero-compilation\n\nBasic instruction on compliation of monero v0.18 (monero branch `release-v0.18`) \nfor use in moneroexamples projects.\n\n## Example compilation of Monero on Ubuntu 24.04\n\n```bash\n# first install monero dependecines\nsudo apt update\n\nsudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libcurl4-openssl-dev libgtest-dev libreadline-dev libzmq3-dev libsodium-dev libhidapi-dev libhidapi-libusb0\n\n# go to home folder\ncd ~\ngit clone --recursive -b release-v0.18 https://github.com/monero-project/monero.git\n\ncd monero/\n\nUSE_SINGLE_BUILDDIR=1 make\n```\n\n\n## Example compilation of master branch (i.e., development version of Monero) on Ubuntu 24.04\n\n```bash\n# first install monero dependecines\nsudo apt update\n\nsudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libcurl4-openssl-dev libgtest-dev libreadline-dev libzmq3-dev libsodium-dev libhidapi-dev libhidapi-libusb0\n\n# go to home folder\ncd ~\ngit clone --recursive https://github.com/monero-project/monero.git\n\ncd monero/\n\nUSE_SINGLE_BUILDDIR=1 make\n```\n\n\n## Example compilation of master branch (i.e., development version of Monero) on Arch\n\n```bash\nsudo pacman -Syu git base-devel boost cmake miniupnpc unbound libunwind openssl hidapi zeromq readline xz graphviz libsodium gtest\n\n# go to home folder\ncd ~\n\ngit clone --recurse-submodules https://github.com/monero-project/monero.git\n\ncd monero/\n\nUSE_SINGLE_BUILDDIR=1 make\n```\n\n\n## Example compilation on Fedora 35\n\n```bash\nsudo dnf install git gcc-c++ cmake boost-devel pkgconf openssl-devel cppzmq-devel unbound-devel libsodium-devel libunwind-devel xz-devel hidapi-devel make libatomic curlpp-devel miniupnpc readline-devel\n\n# go to home folder\ncd ~\n\ngit clone --recurse-submodules  -b release-v0.18 https://github.com/monero-project/monero.git\n\ncd monero/\n\nUSE_SINGLE_BUILDDIR=1 make\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoneroexamples%2Fmonero-compilation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoneroexamples%2Fmonero-compilation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoneroexamples%2Fmonero-compilation/lists"}