Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb68f6fe

Browse files
committed
Allow debug build using 'make' and document it
1 parent19643d9 commitb68f6fe

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

‎README.md‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ The usual:
2323
make
2424
sudo make install
2525
```
26+
By default that makes release binaries. To make debug, use
27+
```
28+
make clean
29+
make CONFIG=debug
30+
sudo make install CONFIG=debug
31+
```
32+
2633

2734
###On MacOS (OSX)
2835

@@ -32,6 +39,12 @@ Use a prefix to your version of Mono:
3239
make
3340
sudo make install
3441
```
42+
By default that makes release binaries. To make debug, use
43+
```
44+
make clean
45+
make CONFIG=debug
46+
sudo make install CONFIG=debug
47+
```
3548

3649
###On Windows, using msbuild (e.g.. if .NET is installed)
3750
```

‎config.make.in‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ DELAY_SIGN_TOKEN = b03f5f7f11d50a3a
3333
SIGN_TOKEN = f536804aa0eb945b
3434

3535
bootstrapdir = $(bootstrap)/4.0/
36-
tmpdir = .libs/
36+
tmpdir = .libs/$(CONFIG)/
3737
objdir = $(tmpdir)$(TARGET)/
3838
protodir = $(builddir)/lib/proto/4.0/
3939
outdir = $(builddir)lib/$(CONFIG)/$(TARGET)/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp