Skip to content

Commit 7db157d

Browse files
committed
# Conflicts: # docs/CBNDKAUTOINSTALL.EN.md
2 parents 34e8cb9 + 28c9fc9 commit 7db157d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

docs/CBNDKAUTOINSTALL.EN.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Installing the NDK installer C :: B template
22

3+
<<<<<<< HEAD
34
----------
45

56
- Download the installer `NDK C::B template` [CodeBlocksNdkTemplate v.0.0.14.79 / win32 (07/03/2019)](https://clnviewer.github.io/Code-Blocks-Android-NDK/CodeBlocksNdkTemplate.exe)
@@ -35,6 +36,27 @@ Before using the template, after making these changes, you must restart `C::B`
3536

3637

3738
### NDK C::B template Wizard
39+
=======
40+
----------
41+
42+
- Download the installer `NDK C :: B template` [CodeBlocksNdkTemplate v.0.0.14.79 / win32 (07/03/2019)] (https://clnviewer.github.io/Code-Blocks-Android-NDK/CodeBlocksNdkTemplate.exe)
43+
- Run the installer and install the `NDK C :: B template`
44+
- Edit the file `config.script` and add the template to the list used.
45+
46+
### Editing the C :: B file with config.script
47+
48+
The file must be in the following path:
49+
50+
51+
52+
You must add the following code to the `RegisterWizards ()` function:
53+
54+
55+
Before using the template, after making these changes, you must restart `C :: B`
56+
57+
58+
### NDK C::B template Wizard
59+
>>>>>>> 28c9fc9e65a2a00f161685d9f968855799076423
3860
3961
![Image1](img/Wizard1.png)
4062

@@ -53,6 +75,7 @@ Before using the template, after making these changes, you must restart `C::B`
5375

5476
### Features
5577

78+
<<<<<<< HEAD
5679
> __Bag? __: unfortunately I did not find a direct way to add debugger parameters directly to the `C::B` project using its API.
5780
> Currently, the debugger parameters are entered into the `Extensions/debugger1` section, but for operation it is necessary that these parameters be in the `Extensions/debugger` section.
5881
> After creating the project, use the editor to remove the `Extensions/debugger` section and rename the `Extensions/debugger1` section to `Extensions/debugger`.
@@ -90,4 +113,17 @@ Before using the template, after making these changes, you must restart `C::B`
90113
_MIT_
91114

92115

116+
=======
117+
> __Bag? __: unfortunately I did not find a direct way to add debugger parameters directly to the `C :: B` project using its API.
118+
> Currently, the debugger parameters are entered into the `Extensions / debugger1` section, but for operation it is necessary that these parameters be in the` Extensions / debugger` section.
119+
> After creating the project, use the editor to remove the `Extensions / debugger` section and rename the` Extensions / debugger1` section to `Extensions / debugger`.
120+
> An example of the contents of this section is given below.
121+
122+
123+
> __Attention! __: the `cbp2ndk` and` android-elf-cleaner` utilities used in `NDK C :: B template` are built for the 32bit version of Windows.
124+
> If you are using a 64bit platform and want to have executable files of the corresponding bitness, you need to rebuild the project yourself.
125+
> The `cbp2ndk` and` android-elf-cleaner` utilities in `C :: B` are located along the following path:
126+
127+
128+
>>>>>>> 28c9fc9e65a2a00f161685d9f968855799076423
93129

0 commit comments

Comments
 (0)