16
edits
m (Updated command to install dependencies for Ubuntu 24.04) |
m (Added command to cd before rm) |
||
Line 30: | Line 30: | ||
$ mkdir -p bld_dir; cd bld_dir; | $ mkdir -p bld_dir; cd bld_dir; | ||
: 5. Configure. | : 5. Configure. | ||
$ cd /home/ubuntuuser/projects/octave_src/octave/bld_dir | |||
$ rm * -r -f; ../configure -v --prefix=/home/ubuntuuser/projects/octave_src/octave_install >& configure.out; | $ rm * -r -f; ../configure -v --prefix=/home/ubuntuuser/projects/octave_src/octave_install >& configure.out; | ||
To check if any library has not been found by the configure script: | To check if any library has not been found by the configure script: |
edits