본문 바로가기

반응형

configure

C276x260 configure, make, make install 명령어 configure, make, make install 명령어리눅스에서 소스 코드로부터 프로그램을 설치하는 과정은 일반적으로 configure, make, make install 명령어를 사용합니다. 명령설명configureconfigure 명령을 이용하여 Makfile 생성make distcleanmake clean과 유사하지만 Makefile을 포함하여 configure에 의해 생성된 모든 파일도 삭제합니다.(파일을 받고 압축을 푼 처음 상태로 만드는 것)makeMakefile에 따라 소스 코드를 컴파일하고 링크하고 목적 파일, 실행 파일을 생성합니다.(Makfile를 이용해서 소스 코드를 컴파일하여 실행가능한 설치파일을 만듬)make clean마지막 make 명령으로 생성된 개체 파일(접미사가 "... 더보기
C276x260 VLAN 설정(정적 포트별 분리 구성) VLAN 설정(정적 포트별 분리 구성)스위치에서 VLAN을 구성하면 네트워크를 논리적으로 분리할 수 있습니다.1. VLAN 생성VLAN 100과 VLAN 200을 생성합니다.Switch> enableSwitch# configure terminalEnter configuration commands, one per line. End with CNTL/Z.VLAN 100 생성Switch(config)# vlan 100VLAN 200 생성Switch(config-vlan)# vlan 200Switch(config-vlan)# end%SYS-5-CONFIG_I: Configured from console by console생성된 VLAN 확인Switch# show vlanVLAN Name .. 더보기
C276x260 PHP configure PHP configure(php-5.2.8)PHP 5.2.8 Release Announcementhttps://www.php.netPHP 5 ChangeLogPHP 5 ChangeLog : https://www.php.net/releases$ ./configure --helpUsage: configure [options] [host]Options: [defaults in brackets after descriptions]Configuration: --cache-file=FILE cache test results in FILE --help print this message --no-create do not create output file.. 더보기

728x90
반응형