devdoc:documentation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devdoc:documentation [2017/08/17 10:33]
abelbeck [Checking out the Source]
devdoc:documentation [2019/06/24 03:21]
mkeuter [First Build]
Line 72: Line 72:
 Next we will copy the default AstLinux config file and look for any new configure options. Next we will copy the default AstLinux config file and look for any new configure options.
  
-Copy the default AstLinux config file (example with Asterisk 11):+Copy the default AstLinux config file (example with Asterisk 13):
  
-  cp astlinux-ast11.config .config+  cp astlinux-ast13.config .config
  
 !!Note ->!! If you wish to build 64-bit x86_64 images, copy your ''.config'' file from the ''x86_64-configs/'' directory. !!Note ->!! If you wish to build 64-bit x86_64 images, copy your ''.config'' file from the ''x86_64-configs/'' directory.
Line 84: Line 84:
 If you get "make: command not found" or a similar error you will need to install some development tools before you can continue. See **[[.packages|Package lists]]** for more information. If you get "make: command not found" or a similar error you will need to install some development tools before you can continue. See **[[.packages|Package lists]]** for more information.
  
-Next, create the cross-compile toolchain. Carefully follow these [[https://astlinux.svn.sourceforge.net/svnroot/astlinux/branches/1.0/crosstool-ng-src/README|Crosstool-NG Instructions]].  Should you skip this step, **''./scripts/build''** will generate an error with the same instructions.+Next, create the cross-compile toolchain. Carefully follow these [[https://raw.githubusercontent.com/astlinux-project/astlinux/master/crosstool-ng-src/README|Crosstool-NG Instructions]].  Should you skip this step, **''./scripts/build''** will generate an error with the same instructions.
  
 If this is your first time building AstLinux we suggest that you don't make any changes to the default AstLinux configuration. This will make it easier to troubleshoot any problems you might have. Now it's time to start the build: If this is your first time building AstLinux we suggest that you don't make any changes to the default AstLinux configuration. This will make it easier to troubleshoot any problems you might have. Now it's time to start the build:
  • devdoc/documentation.txt
  • Last modified: 2024/02/26 06:43
  • by abelbeck