Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
ea5d32a4
Kaydet (Commit)
ea5d32a4
authored
Kas 16, 2017
tarafından
Matthew Brush
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some grammar and spelling errors
üst
0c4916aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
HACKING
HACKING
+9
-8
No files found.
HACKING
Dosyayı görüntüle @
ea5d32a4
...
...
@@ -154,24 +154,25 @@ into an executable program::
This usually takes a few minutes, depending on the speed of your
system. This step is where you'll get all of your compilation errors
so if you've change the source code, take heed of the warning/error
so if you've change
d
the source code, take heed of the warning/error
messages reported here.
If you have multiple CPUs/cores you can pass the `-j` option to `make`
to have it spin up the specified number of concurrent processes where
possible to complete the compilation and linking stages in less time.
Geany's build system is incremental, so after you hack on the code and
Geany's build system is
also
incremental, so after you hack on the code and
want to rebuild, you can run `make` again and only the needed files
will be built, which makes it much faster than the initial build.
will be
re-
built, which makes it much faster than the initial build.
Once Geany is built, we want to install it into the provided `--prefix`
Once Geany is built, we want to install it into the directory
previously specified to the `configure` script using `--prefix` option
to test it, like this::
$ make install
In fact, the `make install` rule will necessar
y run the complete build,
so you can skip running `make` by itself as above and instead just run
`make install`, combining the two steps into one.
In fact, the `make install` rule will necessar
ily run the complete
build, so you can skip running `make` by itself as above and instead
just run
`make install`, combining the two steps into one.
Now that Geany is installed in our special isolated prefix, we can run
it as follows::
...
...
@@ -203,7 +204,7 @@ to the master branch like this::
$ git checkout master
Whenever you've made changes to the source in some branch and want to
Whenever you've made changes to the source
s
in some branch and want to
test them, you can always re-run these commands::
$ make install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment