Исходный код linux mint

Содержание
  1. Building¶
  2. Downloading the source code¶
  3. Building a project for the first time¶
  4. Building a project¶
  5. Respecting the build order¶
  6. Saved searches
  7. Use saved searches to filter your results more quickly
  8. linuxmint/mintsources
  9. Name already in use
  10. Sign In Required
  11. Launching GitHub Desktop
  12. Launching GitHub Desktop
  13. Launching Xcode
  14. Launching Visual Studio Code
  15. Latest commit
  16. Git stats
  17. Files
  18. README.md
  19. Saved searches
  20. Use saved searches to filter your results more quickly
  21. Linux Mint
  22. Repositories
  23. cinnamon-spices-applets Public
  24. mintinstall Public
  25. mint-themes Public
  26. muffin Public
  27. cinnamon-spices-extensions Public
  28. cinnamon-spices-desklets Public
  29. doc-developer-guide Public
  30. github-actions Public
  31. webapp-manager Public
  32. nemo Public
  33. cjs Public
  34. nemo-extensions Public
  35. cinnamon Public
  36. live-installer Public
  37. sticky Public
  38. pix Public
  39. ubiquity Public
  40. mint-y-icons Public
  41. mint-l-icons Public
  42. timeshift Public
  43. cinnamon-translations Public
  44. cinnamon-screensaver Public
  45. mint-translations Public
  46. slick-greeter Public
  47. xreader Public
  48. xed Public
  49. xplayer Public
  50. warpinator Public
  51. thingy Public
  52. nvidia-prime-applet Public
  53. Footer
  54. Saved searches
  55. Use saved searches to filter your results more quickly
  56. License
  57. linuxmint/cinnamon
  58. Name already in use
  59. Sign In Required
  60. Launching GitHub Desktop
  61. Launching GitHub Desktop
  62. Launching Xcode
  63. Launching Visual Studio Code
  64. Latest commit
  65. Git stats
  66. Files
  67. README.rst
  68. About
  69. Saved searches
  70. Use saved searches to filter your results more quickly
  71. Linux Mint
  72. Repositories
  73. cinnamon-spices-applets Public
  74. mintinstall Public
  75. mint-themes Public
  76. muffin Public
  77. cinnamon-spices-extensions Public
  78. cinnamon-spices-desklets Public
  79. doc-developer-guide Public
  80. github-actions Public
  81. webapp-manager Public
  82. nemo Public
  83. cjs Public
  84. nemo-extensions Public
  85. cinnamon Public
  86. live-installer Public
  87. sticky Public
  88. pix Public
  89. ubiquity Public
  90. mint-y-icons Public
  91. mint-l-icons Public
  92. timeshift Public
  93. cinnamon-translations Public
  94. cinnamon-screensaver Public
  95. mint-translations Public
  96. slick-greeter Public
  97. xreader Public
  98. xed Public
  99. xplayer Public
  100. warpinator Public
  101. thingy Public
  102. nvidia-prime-applet Public
  103. Footer

Building¶

Once you’ve installed mint-dev-tools , building Linux Mint projects from source is extremely easy.

Downloading the source code¶

Use git clone to get the source from github.

For instance, to get the source for mintinstall type:

cd ~/Sandbox git clone https://github.com/linuxmint/mintinstall.git 

Building a project for the first time¶

Use mint-build to build a project for the first time.

mint-build doesn’t just build the project, it also fetches and installs the build dependencies (i.e. the packages which are required for the build to succeed).

To build mintinstall you would type:

cd ~/Sandbox/mintinstall mint-build 

When the build is complete, the resulting binary .deb packages are located in the parent directory (in this example in ~/Sandbox ).

Читайте также:  Dcp 1602r драйвер linux

Building a project¶

If all the build dependencies are already installed for a particular project (this is done by mint-build the first time you build a project), you can build faster by just calling dpkg-buildpackage .

To build mintinstall you would type:

cd ~/Sandbox/mintinstall dpkg-buildpackage 

Respecting the build order¶

If new changes in the project you’re trying to build require new changes in another project you might need to build and install that other project first.

In general it’s a good idea to build mint-common and xapps first.

© Copyright 2017, Linux Mint Revision fb6ac34e .

Versions latest Downloads pdf html epub On Read the Docs Project Home Builds Free document hosting provided by Read the Docs.

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

linuxmint/mintsources

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

This is a software configuration tool, mintsources, allows the user to adjust sofware repositories, select a mirror, include PPAs and do package management tasks.

Читайте также:  Linux просмотр установленных сертификатов

image

git clone https://github.com/linuxmint/mintsources cd mintsources 
cd .. sudo dpkg -i mintsources*.deb 

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Linux Mint

Repositories

cinnamon-spices-applets Public

mintinstall Public

mint-themes Public

muffin Public

cinnamon-spices-extensions Public

cinnamon-spices-desklets Public

doc-developer-guide Public

github-actions Public

webapp-manager Public

nemo Public

cjs Public

nemo-extensions Public

cinnamon Public

A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.

live-installer Public

sticky Public

pix Public

ubiquity Public

mint-y-icons Public

mint-l-icons Public

timeshift Public

System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.

cinnamon-translations Public

cinnamon-screensaver Public

mint-translations Public

slick-greeter Public

xreader Public

xed Public

xplayer Public

warpinator Public

thingy Public

nvidia-prime-applet Public

You can’t perform that action at this time.

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.

License

linuxmint/cinnamon

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Читайте также:  Astra linux vmware horizon client

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.rst

Cinnamon is a Linux desktop that provides advanced innovative features and a traditional user experience.

The desktop layout is similar to Gnome 2 with underlying technology forked from Gnome Shell. Cinnamon makes users feel at home with an easy-to-use and comfortable desktop experience.

Note that some issues may not be with Cinnamon itself. For a list of related components, please see https://projects.linuxmint.com/cinnamon/.

Cinnamon is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.

About

A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Linux Mint

Repositories

cinnamon-spices-applets Public

mintinstall Public

mint-themes Public

muffin Public

cinnamon-spices-extensions Public

cinnamon-spices-desklets Public

doc-developer-guide Public

github-actions Public

webapp-manager Public

nemo Public

cjs Public

nemo-extensions Public

cinnamon Public

A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.

live-installer Public

sticky Public

pix Public

ubiquity Public

mint-y-icons Public

mint-l-icons Public

timeshift Public

System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.

cinnamon-translations Public

cinnamon-screensaver Public

mint-translations Public

slick-greeter Public

xreader Public

xed Public

xplayer Public

warpinator Public

thingy Public

nvidia-prime-applet Public

You can’t perform that action at this time.

Источник

Оцените статью
Adblock
detector