Skip to content

Commit f474ba1

Browse files
committed
2 parents d000e92 + 7db157d commit f474ba1

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

docs/CBNDKAUTOINSTALL.EN.md

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

3-
<<<<<<< HEAD
43
----------
54

65
- 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)
@@ -9,15 +8,13 @@
98

109
### Editing the C::B file with config.script
1110

12-
The file must be in the following path:
13-
11+
The file must be in the following path:
1412
```
1513
<CodeBlocks base directory>\share\CodeBlocks\templates\wizard\config.script
1614
1715
```
1816

1917
You must add the following code to the `RegisterWizards()` function:
20-
2118
```
2219
function RegisterWizards()
2320
{
@@ -29,34 +26,12 @@ You must add the following code to the `RegisterWizards()` function:
2926
_T("Native")
3027
);
3128
//...
32-
3329
```
3430

3531
Before using the template, after making these changes, you must restart `C::B`
3632

3733

3834
### 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
6035

6136
![Image1](img/Wizard1.png)
6237

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

7651
### Features
7752

78-
<<<<<<< HEAD
7953
> __Bag? __: unfortunately I did not find a direct way to add debugger parameters directly to the `C::B` project using its API.
8054
> 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.
8155
> After creating the project, use the editor to remove the `Extensions/debugger` section and rename the `Extensions/debugger1` section to `Extensions/debugger`.
@@ -112,18 +86,3 @@ Before using the template, after making these changes, you must restart `C::B`
11286

11387
_MIT_
11488

115-
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
129-

0 commit comments

Comments
 (0)